mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-02-18 16:08:39 +00:00
Fix ff layout
This commit is contained in:
parent
2d32981320
commit
4640299917
|
|
@ -13,7 +13,9 @@
|
|||
*/
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-50 floatLeft">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<section class="box wf-100">
|
||||
<header><h1><?= $this->getHtml('Survey'); ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
|
|
@ -34,9 +36,11 @@ echo $this->getData('nav')->render(); ?>
|
|||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section class="box w-50 floatLeft">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<section class="box wf-100">
|
||||
<header><h1><?= $this->getHtml('Section'); ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
|
|
@ -53,10 +57,13 @@ echo $this->getData('nav')->render(); ?>
|
|||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<section class="box w-50 floatLeft">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<section class="box wf-100">
|
||||
<header><h1><?= $this->getHtml('Question'); ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
|
|
@ -73,4 +80,6 @@ echo $this->getData('nav')->render(); ?>
|
|||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -19,7 +19,9 @@ $footerView->setPage(1);
|
|||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<div class="box w-100">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getHtml('Surveys'); ?></caption>
|
||||
<thead>
|
||||
|
|
@ -38,4 +40,6 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="4" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user