use portlets

This commit is contained in:
Dennis Eichhorn 2020-06-25 22:06:55 +02:00
parent 6faf8fa959
commit 8a2a199a83
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<div class="row">
<div class="col-xs-12 col-md-8 col-lg-9">
<section class="box wf-100">
<section class="portlet">
<article>
<?= $this->getData('content'); ?>
</article>
@ -8,7 +8,7 @@
</div>
<div class="col-xs-12 col-md-4 col-lg-3">
<section class="box wf-100">
<section class="portlet">
<article>
<?= $this->getData('navigation'); ?>
</article>

View File

@ -1,6 +1,6 @@
<div class="row">
<div class="col-xs-12 col-md-8 col-lg-9">
<section class="box wf-100">
<section class="portlet">
<article>
<?= $this->getData('content'); ?>
</article>
@ -8,7 +8,7 @@
</div>
<div class="col-xs-12 col-md-4 col-lg-3">
<section class="box wf-100">
<section class="portlet">
<article>
<?= $this->getData('navigation'); ?>
</article>

View File

@ -1,6 +1,6 @@
<div class="row">
<div class="col-xs-12 col-md-8 col-lg-9">
<section class="box wf-100">
<section class="portlet">
<article>
<?= $this->getData('content'); ?>
</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>
</div>
<section class="box wf-100">
<section class="portlet">
<article>
<?= $this->getData('navigation'); ?>
</article>
</section>
<?php if ($this->hasData('devNavigation')) : ?>
<section class="box wf-100">
<section class="portlet">
<article>
<?= $this->getData('devNavigation'); ?>
</article>