mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-18 12:38:40 +00:00
Simplyfing layout
This commit is contained in:
parent
441b7779e2
commit
eed4262ed0
|
|
@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<div class="tabular">
|
||||
<ul class="tab-links">
|
||||
<li><label for="c-tab-1"><?= $this->l11n->lang['Editor']['Start'] ?></label>
|
||||
|
|
@ -84,9 +84,9 @@ echo $this->getData('nav')->render(); ?>
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<div class="tabular">
|
||||
<ul class="tab-links">
|
||||
<li><label for="c-tab2-1"><?= $this->l11n->lang['Editor']['Text'] ?></label>
|
||||
|
|
@ -102,7 +102,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="inner">
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ $footerView->setPages(20);
|
|||
$footerView->setPage(1);
|
||||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
<section class="box">
|
||||
<div class="box">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['Editor']['Documents']; ?></caption>
|
||||
<thead>
|
||||
|
|
@ -41,4 +41,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user