Directory rename

This commit is contained in:
Dennis Eichhorn 2016-05-19 19:46:39 +02:00
parent b877c873e7
commit bc70284b01

View File

@ -26,7 +26,7 @@ $footerView->setResults(1);
echo $this->getData('nav')->render(); ?>
<section class="box w-100">
<div class="box w-100">
<table class="table">
<caption><?= $this->l11n->lang['Production']['Productions']; ?></caption>
<thead>
@ -55,4 +55,4 @@ echo $this->getData('nav')->render(); ?>
<td colspan="8" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?>
</table>
</section>
</div>