Directory rename

This commit is contained in:
Dennis Eichhorn 2016-05-19 19:46:39 +02:00
parent 0532a29ec4
commit 7a4a1ffd7f
7 changed files with 13 additions and 13 deletions

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

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

View File

@ -60,7 +60,7 @@ $footerView->setResults(1);
</div>
</section>
<section class="box w-100">
<div class="box w-100">
<div class="tabular-2">
<ul class="tab-links">
<li><label for="c-tab2-1"><?= $this->l11n->lang['Accounting']['List']; ?></label></li>
@ -176,6 +176,6 @@ $footerView->setResults(1);
</div>
</div>
</div>
</section>
</div>
<?php include 'account-list.tpl.php'; ?>

View File

@ -16,7 +16,7 @@
echo $this->getData('nav')->render(); ?>
<section class="box w-50">
<h1><?= $this->l11n->lang['Accounting']['GL']; ?></h1>
<header><h1><?= $this->l11n->lang['Accounting']['GL']; ?></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['Accounting']['Journal']; ?></caption>
<thead>
@ -49,4 +49,4 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?>
</table>
</section>
</div>

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

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