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