mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-30 05:08:41 +00:00
12 lines
481 B
PHP
12 lines
481 B
PHP
<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="table">
|
|
<caption><?= $this->getText('Accounts'); ?></caption>
|
|
<thead>
|
|
<tr>
|
|
<td><?= $this->getText('ID', 0, 0); ?>
|
|
<td class="wf-100"><?= $this->getText('Account'); ?>
|
|
<tbody>
|
|
</table>
|
|
</div>
|
|
</template>
|