Simplyfing layout

This commit is contained in:
Dennis Eichhorn 2016-05-17 20:14:04 +02:00
parent 13dec3084b
commit d21eb702c7
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
*/
echo $this->getData('nav')->render(); ?>
<section class="box w-100">
<div class="box w-100">
<table class="table">
<caption><?= $this->l11n->lang['Support']['Tickets']; ?></caption>
<thead>
@ -31,4 +31,4 @@ echo $this->getData('nav')->render(); ?>
<tbody>
<tr><td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
</table>
</section>
</div>

View File

@ -19,7 +19,7 @@
echo $this->getData('nav')->render(); ?>
<section class="box w-50">
<h1><?= $this->l11n->lang['Support']['Ticket'] ?></h1>
<header><h1><?= $this->l11n->lang['Support']['Ticket'] ?></h1></header>
<div class="inner">
<form action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/reporter/template'); ?>" method="post">
<table class="layout wf-100">