Directory rename

This commit is contained in:
Dennis Eichhorn 2016-05-19 19:46:39 +02:00
parent ba9613e26f
commit 70e65d3cfd
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
echo $this->getData('nav')->render(); ?>
<section class="box w-50">
<h1><?= $this->l11n->lang['ResearchDevelopment']['Project']; ?></h1>
<header><h1><?= $this->l11n->lang['ResearchDevelopment']['Project']; ?></h1></header>
<div class="inner">
<form>
<table class="layout wf-100">

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['ResearchDevelopment']['Projects']; ?></caption>
<thead>
@ -52,4 +52,4 @@ echo $this->getData('nav')->render(); ?>
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?>
</table>
</section>
</div>