big changes
everything with lease and expire dates
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
<div id="block_{$mod->get_mod_money_income()->get_mi_date()|substr:0:4}{$mod->get_mod_money_income()->get_mi_date()|substr:5:2}" class="month_block">
|
||||
|
||||
{/if}
|
||||
<a href="/admin/money_deposit/{$mod->get_mod_id()}">
|
||||
<a href="{if $mod->is_expired()}#{else}/admin/money_deposit/{$mod->get_mod_id()}{/if}">
|
||||
<div class="list_item">
|
||||
<table class="money">
|
||||
<table class="money{if $mod->is_expired()} expired{/if}">
|
||||
<tr>
|
||||
<td class="icon">
|
||||
{if $mod->get_mod_money_income()->get_mi_payment_type_pt_id() == 1}
|
||||
@@ -33,7 +33,7 @@
|
||||
{/if}
|
||||
</td>
|
||||
<td>
|
||||
{$mod->get_mod_user_kid()->get_uk_name()}
|
||||
{$mod->get_mod_user_kid()->get_uk_name()} {if $mod->is_expired()}(Lejárt: {$mod->get_mod_expire_date()}){/if}
|
||||
</td>
|
||||
<td class="date">
|
||||
{$mod->get_mod_money_income()->get_mi_date(true)}
|
||||
|
||||
Reference in New Issue
Block a user