Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 970

Přidáno uživatelem Michal Kliment před více než 13 roky(ů)

Pridani zobrazeni adresy trvaleho bydliste na profil clena.

Zobrazit rozdíly:

freenetis/branches/testing/application/i18n/cs_CZ/texts.php
'originating call' => 'Odchozí volání',
'ospf area id' => 'OSPF area ID',
'other' => 'Ostatní',
'other information' => 'Další informace',
'other phones' => 'další telefony',
'out of peak' => 'Mimo špičku',
'outbound' => 'Odchozí',
freenetis/branches/testing/application/controllers/members.php
}
}
if ($member->members_domicile->address_point->id)
{
$domicile_address = ($member->members_domicile->address_point->street_id && $member->members_domicile->address_point->street->id) ? $member->members_domicile->address_point->street->street : '';
$domicile_address .= ($member->members_domicile->address_point->street_number) ? ' '.$member->members_domicile->address_point->street_number : '';
if ($member->members_domicile->address_point->town_id && $member->members_domicile->address_point->town->id)
{
$domicile_town = $member->members_domicile->address_point->town->town;
$domicile_town .= ($member->members_domicile->address_point->town->quarter) ? '-'.$member->members_domicile->address_point->town->quarter : '';
$domicile_town .= ', '.$member->members_domicile->address_point->town->zip_code;
}
}
/************************************************************ VoIP ****************************************************/
$billing = new Billing();
......
$view->content->expiration_date = $expiration_date;
$view->content->account = (isset($account)) ? $account : NULL;
$view->content->address = (isset($address)) ? $address : '';
$view->content->domicile_address = (isset($domicile_address) && $domicile_address != '') ? $domicile_address : '';
$view->content->domicile_town = (isset($domicile_town)) ? $domicile_town : '';
$view->content->town = (isset($town)) ? $town : '';
$view->content->billing_has_driver = $has_driver;
$view->content->billing_account = $b_account;
freenetis/branches/testing/application/views/members_show.php
</tr>
<?php } ?>
<tr>
<th><?php echo url_lang::lang('texts.Address') ?></th>
<th colspan="2"><?php echo ($member->members_domicile->address_point->id) ? url_lang::lang('texts.Address of connecting place').' '.help::hint('address_point_member_connecting_place') : url_lang::lang('texts.Address') ?></th>
</tr>
<tr>
<th><?php echo url_lang::lang('texts.Street') ?></th>
<td><?php echo $address ?></td>
</tr>
<tr>
<th><?php echo url_lang::lang('texts.Town') ?></th>
<td><?php echo $town ?></td>
</tr>
<?php if (isset($domicile_address) && $domicile_address != ''): ?>
<tr>
<th colspan="2"><?php echo url_lang::lang('texts.Address of domicile').' '.help::hint('address_point_member_domicile') ?></th>
</tr>
<tr>
<th><?php echo url_lang::lang('texts.Street') ?></th>
<td><?php echo $domicile_address ?></td>
</tr>
<tr>
<th><?php echo url_lang::lang('texts.Town') ?></th>
<td><?php echo $domicile_town ?></td>
</tr>
<?php endif ?>
<tr>
<th colspan="2"><?php echo url_lang::lang('texts.Other information') ?></th>
</tr>
<?php if ($member->id != 1) { ?>
<tr>
<th><?php echo url_lang::lang('texts.Registration') ?></th>

Také k dispozici: Unified diff