mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-01-20 03:28:42 +00:00
Simplyfing layout
This commit is contained in:
parent
158c1a362c
commit
112f1a1cc3
|
|
@ -26,7 +26,7 @@ $footerView->setResults(1);
|
|||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['Checklist']['Checklists']; ?></caption>
|
||||
<thead>
|
||||
|
|
@ -52,4 +52,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-33">
|
||||
<h1><?= $this->l11n->lang['Checklist']['General']; ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Checklist']['General']; ?></h1></header>
|
||||
<div class="inner">
|
||||
<form id="fChecklist">
|
||||
<table class="layout wf-100">
|
||||
|
|
@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</section>
|
||||
|
||||
<section class="box w-33">
|
||||
<h1><?= $this->l11n->lang['Checklist']['Tasks']; ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Checklist']['Tasks']; ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
<table class="layout wf-100">
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ $footerView->setResults(1);
|
|||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['Checklist']['Templates']; ?></caption>
|
||||
<thead>
|
||||
|
|
@ -52,4 +52,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user