mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-18 09:18:41 +00:00
Simplyfing layout
This commit is contained in:
parent
e664e2d0b5
commit
bd2183e877
|
|
@ -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['Draw']['Start'] ?></label>
|
||||
|
|
@ -58,7 +58,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="m-draw">
|
||||
<section class="box w-100" style="height: 30%;">
|
||||
|
|
|
|||
|
|
@ -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['Draw']['Images']; ?></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