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>
|
||||
|
|
@ -35,8 +37,10 @@ echo $this->getData('nav')->render(); ?>
|
|||
</form>
|
||||
</div>
|
||||
</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>
|
||||
|
|
@ -54,9 +58,12 @@ echo $this->getData('nav')->render(); ?>
|
|||
</form>
|
||||
</div>
|
||||
</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>
|
||||
|
|
@ -74,3 +81,5 @@ echo $this->getData('nav')->render(); ?>
|
|||
</form>
|
||||
</div>
|
||||
</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>
|
||||
|
|
@ -39,3 +41,5 @@ echo $this->getData('nav')->render(); ?>
|
|||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user