updates and restart camps
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
{/if}
|
||||
|
||||
{if $mox@first || $mox_array[$mox@index]->get_mox_date()|substr:5:2 != $mox_array[$mox@index-1]->get_mox_date()|substr:5:2}
|
||||
<span onclick="block_action('block_{$mox->get_mox_date()|substr:0:4}{$mox->get_mox_date()|substr:5:2}');" class="date_separator clickable">{$mox_array[$mox@index]->get_mox_date()|substr:0:4}.
|
||||
<span onclick="block_action('block_{$mox->get_mox_date()|substr:0:4}{$mox->get_mox_date()|substr:5:2}');" class="date_separator clickable">{$mox_array[$mox@index]->get_mox_date()|substr:0:4}.
|
||||
{$months[$mox_array[$mox@index]->get_mox_date()|substr:5:2]}
|
||||
<img src="/_image/open_folder.png">
|
||||
</span>
|
||||
@@ -25,7 +25,11 @@
|
||||
<table class="money">
|
||||
<tr>
|
||||
<td class="icon">
|
||||
<img src="/_image/expense.png">
|
||||
{if $mox->get_mox_payment_type_pt_id() == 1}
|
||||
<img src="/_image/expense.png">
|
||||
{else}
|
||||
<img src="/_image/transaction.png">
|
||||
{/if}
|
||||
</td>
|
||||
<td class="quarter_width">
|
||||
{$mox->get_mox_date()}
|
||||
@@ -45,7 +49,7 @@
|
||||
{$mox->get_mox_sum()|number_format:0:'':' '} Ft
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</a>
|
||||
@@ -85,8 +89,8 @@ $( document ).ready(function() {
|
||||
var div_list = $( ".list" ).find( divs );
|
||||
|
||||
open_block(div_list[0].id);
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user