mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-28 04:18:41 +00:00
Reformatting and new directory (capitalization)
This commit is contained in:
parent
94e16a8d6a
commit
91f4987323
12
Theme/Backend/account-list.tpl.php
Normal file
12
Theme/Backend/account-list.tpl.php
Normal 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>
|
||||
|
|
@ -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'; ?>
|
||||
|
|
@ -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'; ?>
|
||||
Loading…
Reference in New Issue
Block a user