oms-Accounting/Theme/Backend/account-list.tpl.php

12 lines
515 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->l11n->lang['Accounting']['Accounts']; ?></caption>
<thead>
<tr>
<td><?= $this->l11n->lang[0]['ID']; ?>
<td class="wf-100"><?= $this->l11n->lang['Accounting']['Account']; ?>
<tbody>
</table>
</div>
</template>