Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 396

Přidáno uživatelem Michal Kliment před asi 15 roky(ů)

Opraven bug u pridavavani dalsich kontaktnich informaci.

Zobrazit rozdíly:

freenetis/trunk/kohana/application/views/members/show.php
{
?>
<tr>
<td colspan="2"><?php echo html::anchor(url_lang::base().'users/additional_contacts/'.$member_data->member_id,url_lang::lang('texts.Administrate additional contacts')) ?></td>
<td colspan="2"><?php echo html::anchor(url_lang::base().'users/additional_contacts/'.$member_data->id,url_lang::lang('texts.Administrate additional contacts')) ?></td>
</tr>
<?php
}
......
</tr>
<tr>
<th><?php echo url_lang::lang('texts.Current credit') ?></th>
<td><?php echo number_format((float) $account_balance, 2, ',', ' ').' '.url_lang::lang('texts.CZK') ?></td>
<td><?php echo number_format((float) $account_balance, 2, ',', ' ').' '.$this->setting->currency ?></td>
</tr>
<tr>
<th><?php echo url_lang::lang('texts.Entrance fee') ?></th>
<td><?php echo number_format((float)$member_data->entrance_fee, 2, ',', ' ').' '.url_lang::lang('texts.CZK') ?></td>
<td><?php echo number_format((float)$member_data->entrance_fee, 2, ',', ' ').' '.$this->setting->currency ?></td>
</tr>
<tr>
<th><?php echo url_lang::lang('texts.Entrance fee left') ?></th>
<td><?php echo number_format((float)$member_data->entrance_fee_left, 2, ',', ' ').' '.url_lang::lang('texts.CZK') ?></td>
<td><?php echo number_format((float)$member_data->entrance_fee_left, 2, ',', ' ').' '.$this->setting->currency ?></td>
</tr>
<tr>
<th><?php echo url_lang::lang('texts.Debit payment rate') ?></th>
<td><?php echo number_format((float)$member_data->debt_payment_rate, 2, ',', ' ').' '.url_lang::lang('texts.CZK') ?></td>
<td><?php echo number_format((float)$member_data->debt_payment_rate, 2, ',', ' ').' '.$this->setting->currency ?></td>
</tr>
<tr>
<th colspan="2"><?php echo url_lang::lang('texts.Additional information') ?></th>

Také k dispozici: Unified diff