Simplyfing layout

This commit is contained in:
Dennis Eichhorn 2016-05-17 20:14:04 +02:00
parent 9607831985
commit e3d0b35f69
4 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@
echo $this->getData('nav')->render(); ?>
<section class="box w-50">
<h1><?= $this->l11n->lang['Marketing']['Event'] ?></h1>
<header><h1><?= $this->l11n->lang['Marketing']['Event'] ?></h1></header>
<div class="inner">
<form action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/reporter/template'); ?>" method="post">
<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['Marketing']['Events'] ?></caption>
<thead>
@ -45,4 +45,4 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="9" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?>
</table>
</section>
</div>

View File

@ -20,7 +20,7 @@
echo $this->getData('nav')->render(); ?>
<section class="box w-50">
<h1><?= $this->l11n->lang['Marketing']['Promotion'] ?></h1>
<header><h1><?= $this->l11n->lang['Marketing']['Promotion'] ?></h1></header>
<div class="inner">
<form action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/reporter/template'); ?>" method="post">
<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['Marketing']['Events'] ?></caption>
<thead>
@ -43,4 +43,4 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="7" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?>
</table>
</section>
</div>