mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 16:08:41 +00:00
Simplyfing layout
This commit is contained in:
parent
f3073d7ee0
commit
c91b829869
|
|
@ -16,7 +16,7 @@
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-50 floatLeft">
|
||||
<h1><?= $this->l11n->lang['Surveys']['Survey'] ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Surveys']['Survey'] ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
<table class="layout wf-100">
|
||||
|
|
@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</section>
|
||||
|
||||
<section class="box w-50 floatLeft">
|
||||
<h1><?= $this->l11n->lang['Surveys']['Section'] ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Surveys']['Section'] ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
<table class="layout wf-100">
|
||||
|
|
@ -59,7 +59,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
|
||||
|
||||
<section class="box w-50 floatLeft">
|
||||
<h1><?= $this->l11n->lang['Surveys']['Question'] ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Surveys']['Question'] ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
<table class="layout wf-100">
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ $footerView->setPage(1);
|
|||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['Surveys']['Surveys'] ?></caption>
|
||||
<thead>
|
||||
|
|
@ -40,4 +40,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="4" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user