Reformatting and new directory (capitalization)

This commit is contained in:
Dennis Eichhorn 2016-05-06 18:24:44 +02:00
parent 94e16a8d6a
commit 91f4987323
3 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,12 @@
<template id="entry-list-tpl">
<section id="entry-list" class="box" style="z-index: 99; position: relative; top: 20px; display: block; margin: 0 auto; width: 20%;">
<table class="table">
<caption><?= $this->l11n->lang['Accounting']['Accounts']; ?></caption>
<thead>
<tr>
<td><?= $this->l11n->lang[0]['ID']; ?>
<td class="wf-100"><?= $this->l11n->lang['Accounting']['Account']; ?>
<tbody>
</table>
</section>
</template>

View File

@ -33,7 +33,7 @@ $footerView->setResults(1);
<td><label for="iAccountStart"><?= $this->l11n->lang['Accounting']['CostObject']; ?>
<td><label for="iAccountStart"><?= $this->l11n->lang['Accounting']['EntryDate']; ?>
<tr>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i>
<td><span class="input"><button type="button" id="account-start" formaction="" data-action='[{"type": "popup", "tpl": "entry-list-tpl", "aniIn": "fadeIn", "aniOut": "fadeOut", "stay": 1000}]'><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
@ -177,3 +177,5 @@ $footerView->setResults(1);
</div>
</div>
</section>
<?php include 'account-list.tpl.php'; ?>

View File

@ -33,7 +33,7 @@ $footerView->setResults(1);
<td><label for="iAccountStart"><?= $this->l11n->lang['Accounting']['CostObject']; ?>
<td><label for="iAccountStart"><?= $this->l11n->lang['Accounting']['EntryDate']; ?>
<tr>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i>
<td><span class="input"><button type="button" id="account-start" formaction="" data-action='[{"type": "popup", "tpl": "entry-list-tpl", "aniIn": "fadeIn", "aniOut": "fadeOut", "stay": 1000}]'><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
@ -177,3 +177,5 @@ $footerView->setResults(1);
</div>
</div>
</section>
<?php include 'account-list.tpl.php'; ?>