Simplyfing layout

This commit is contained in:
Dennis Eichhorn 2016-05-17 20:14:04 +02:00
parent f3073d7ee0
commit c91b829869
2 changed files with 5 additions and 5 deletions

View File

@ -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">

View File

@ -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>