mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-02-11 02:48:41 +00:00
use portlets
This commit is contained in:
parent
6faf8fa959
commit
8a2a199a83
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-8 col-lg-9">
|
<div class="col-xs-12 col-md-8 col-lg-9">
|
||||||
<section class="box wf-100">
|
<section class="portlet">
|
||||||
<article>
|
<article>
|
||||||
<?= $this->getData('content'); ?>
|
<?= $this->getData('content'); ?>
|
||||||
</article>
|
</article>
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
<div class="col-xs-12 col-md-4 col-lg-3">
|
||||||
<section class="box wf-100">
|
<section class="portlet">
|
||||||
<article>
|
<article>
|
||||||
<?= $this->getData('navigation'); ?>
|
<?= $this->getData('navigation'); ?>
|
||||||
</article>
|
</article>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-8 col-lg-9">
|
<div class="col-xs-12 col-md-8 col-lg-9">
|
||||||
<section class="box wf-100">
|
<section class="portlet">
|
||||||
<article>
|
<article>
|
||||||
<?= $this->getData('content'); ?>
|
<?= $this->getData('content'); ?>
|
||||||
</article>
|
</article>
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
<div class="col-xs-12 col-md-4 col-lg-3">
|
||||||
<section class="box wf-100">
|
<section class="portlet">
|
||||||
<article>
|
<article>
|
||||||
<?= $this->getData('navigation'); ?>
|
<?= $this->getData('navigation'); ?>
|
||||||
</article>
|
</article>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-8 col-lg-9">
|
<div class="col-xs-12 col-md-8 col-lg-9">
|
||||||
<section class="box wf-100">
|
<section class="portlet">
|
||||||
<article>
|
<article>
|
||||||
<?= $this->getData('content'); ?>
|
<?= $this->getData('content'); ?>
|
||||||
</article>
|
</article>
|
||||||
|
|
@ -12,14 +12,14 @@
|
||||||
<a tabindex="0" class="button" href="<?= \phpOMS\Uri\UriFactory::build('{/lang}/backend/help/module/single?id={?id}'); ?>"><?= $this->getHtml('Module'); ?></a>
|
<a tabindex="0" class="button" href="<?= \phpOMS\Uri\UriFactory::build('{/lang}/backend/help/module/single?id={?id}'); ?>"><?= $this->getHtml('Module'); ?></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section class="box wf-100">
|
<section class="portlet">
|
||||||
<article>
|
<article>
|
||||||
<?= $this->getData('navigation'); ?>
|
<?= $this->getData('navigation'); ?>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<?php if ($this->hasData('devNavigation')) : ?>
|
<?php if ($this->hasData('devNavigation')) : ?>
|
||||||
<section class="box wf-100">
|
<section class="portlet">
|
||||||
<article>
|
<article>
|
||||||
<?= $this->getData('devNavigation'); ?>
|
<?= $this->getData('devNavigation'); ?>
|
||||||
</article>
|
</article>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user