mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-15 06:58:41 +00:00
12 lines
548 B
PHP
Executable File
12 lines
548 B
PHP
Executable File
<template id="entry-list-tpl">
|
|
<div id="entry-list" class="box" style="z-index: 99; position: relative; top: 20px; display: block; margin: 0 auto; width: 20%;">
|
|
<table class="default sticky">
|
|
<caption><?= $this->getHtml('Accounts'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
|
<thead>
|
|
<tr>
|
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
|
<td class="wf-100"><?= $this->getHtml('Account'); ?>
|
|
<tbody>
|
|
</table>
|
|
</div>
|
|
</template>
|