Directory rename

This commit is contained in:
Dennis Eichhorn 2016-05-19 19:46:39 +02:00
parent a3c8350cb3
commit fd9d4363b4
5 changed files with 9 additions and 9 deletions

View File

@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
</ul>
</section>
<section class="box w-100">
<div class="box w-100">
<table class="table">
<caption><?= $this->l11n->lang['Messages']['Messages']; ?></caption>
<thead>
@ -54,4 +54,4 @@ echo $this->getData('nav')->render(); ?>
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?>
</table>
</section>
</div>

View File

@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?>
</ul>
</section>
<section class="box w-100">
<div class="box w-100">
<table class="table">
<caption><?= $this->l11n->lang['Messages']['Messages']; ?></caption>
<thead>
@ -65,4 +65,4 @@ echo $this->getData('nav')->render(); ?>
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?>
</table>
</section>
</div>

View File

@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
</ul>
</section>
<section class="box w-100">
<div class="box w-100">
<table class="table">
<caption><?= $this->l11n->lang['Messages']['Messages']; ?></caption>
<thead>
@ -54,4 +54,4 @@ echo $this->getData('nav')->render(); ?>
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?>
</table>
</section>
</div>

View File

@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
</ul>
</section>
<section class="box w-100">
<div class="box w-100">
<table class="table">
<caption><?= $this->l11n->lang['Messages']['Messages']; ?></caption>
<thead>
@ -54,4 +54,4 @@ echo $this->getData('nav')->render(); ?>
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?>
</table>
</section>
</div>

View File

@ -20,7 +20,7 @@ $boxes = $mail->getBoxes();
echo $this->getData('nav')->render(); ?>
<section class="box w-33">
<h1><?= $this->l11n->lang['Messages']['Mailboxes']; ?></h1>
<header><h1><?= $this->l11n->lang['Messages']['Mailboxes']; ?></h1></header>
<div class="inner">
<form>
<table class="layout">