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