created money expense
This commit is contained in:
18
template/templates/money_expense_category.tpl
Normal file
18
template/templates/money_expense_category.tpl
Normal file
@@ -0,0 +1,18 @@
|
||||
<div class="buttons">
|
||||
|
||||
<a href="/admin/create/money_expense_category" class="addbutton add-big">Új kiadás kategória</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="list">
|
||||
{foreach $moxc_assoc_array as $moxc}
|
||||
<a href="/admin/money_expense_category/{$moxc->get_moxc_id()}">
|
||||
<div class="list_item">
|
||||
<img src="/_image/expense.png">
|
||||
{$moxc->get_moxc_name()}
|
||||
</div>
|
||||
</a>
|
||||
{/foreach}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user