|
|
|
|
if ($isNew) : ?>
else : ?>
=$this->customer->localid?>
endif; ?>
|
|
if ($isRotterdam) :?>
*
endif; ?>
:
|
if ($isNew) : ?>
else : ?>
=JText::_($this->customer->titlename)?>
endif; ?>
|
|
* :
|
if ($isNew) : ?>
else : ?>
=$this->customer->name?>
endif; ?>
|
|
:
|
if ($isNew) : ?>
else : ?>
=$this->customer->middlename?>
endif; ?>
|
|
* :
|
if ($isNew) : ?>
else : ?>
=$this->customer->surname?>
endif; ?>
|
|
:
|
if ($isNew) : ?>
customer->receive_info==1)?'checked':''?> />
else : ?>
=($this->customer->receive_info==1)?JText::_('Yes'):JText::_('No')?>
endif; ?>
|
|
if ($isRotterdam) :?>
*
endif; ?>
=JText::_('Address')?>:
|
if ($isNew) : ?>
else : ?>
=$this->customer->address?>
endif; ?>
|
|
if ($isRotterdam) :?>
*
endif; ?>
=JText::_('Postal Code')?>:
|
if ($isNew) : ?>
else : ?>
=$this->customer->pcode?>
endif; ?>
|
|
if ($isRotterdam) :?>
*
endif; ?>
=JText::_('City')?>:
|
if ($isNew) : ?>
else : ?>
=$this->customer->city?>
endif; ?>
|
|
if ($isLaFoot): ?>
=JText::_('Country')?>:
|
if ($isNew) : ?>
else : ?>
=$this->customer->country?>
endif; ?>
|
else : ?>
=JText::_('Province')?>:
|
if ($isNew) : ?>
else : ?>
=$this->customer->province?>
endif; ?>
|
endif; ?>
|
if ($isLaFoot|| $isRotterdam) :?>
*
endif; ?>
=JText::_('Date of birth')?>:
|
if ($isNew) : ?>
echo JHTML::_('calendar',$this->customer->birthdate ,'birthdate','birthdate', '%d/%m/%Y');
?>
else : ?>
=$this->customer->birthdate?>
endif; ?>
|
|
if ($isLaFoot): ?>
=JText::_('Telephone')?>:
|
if ($isNew) : ?>
else : ?>
=$this->customer->telephone?>
endif; ?>
|
else :?>
=JText::_('Country')?>:
|
if ($isNew) : ?>
else : ?>
=$this->customer->country?>
endif; ?>
|
endif; ?>
|
=JText::_('E-mail')?>:
|
if ($isNew) : ?>
else : ?>
=$this->customer->email?>
endif; ?>
|
|
if ($isLaFoot): ?>
|
else:?>
if ($isRotterdam) :?>
*
endif; ?>
=JText::_('Telephone')?>:
|
if ($isNew) : ?>
else : ?>
=$this->customer->telephone?>
endif; ?>
|
|
=JText::_('Mobile')?>:
|
if ($isNew) : ?>
else : ?>
=$this->customer->mobile?>
endif; ?>
|
|
if ($isLaFoot) :?>
|
else :?>
=JText::_('Fax')?>:
|
if ($isNew) : ?>
else : ?>
=$this->customer->fax?>
endif; ?>
|
endif;?>
if ($showNationalIdentityNumber) : ?>
|
=JText::_('DNI/NIF')?>:
|
if ($isNew) : ?>
else : ?>
=$this->customer->dni?>
endif; ?>
|
|
|
endif; ?>
if ($showPatientInsurance) :?>
| =JText::_('Insurance company')?>: |
if ($isNew) : ?>
else : ?>
=$this->customer->insurance_company?>
endif; ?>
|
|
=JText::_('Social security number')?>: |
if ($isNew) : ?>
else : ?>
=$this->customer->ssn?>
endif; ?>
|
endif; ?>