1 {$forms.profileForm.open}
3 <table cellspacing="4" cellpadding="7" border="0">
6 <table cellspacing="1" cellpadding="2" border="0">
8 <td align="right" nowrap>{$i18n.label.person_name} (*):</td>
9 <td>{$forms.profileForm.name.control}</td>
12 <td align="right" nowrap>{$i18n.label.login} (*):</td>
13 <td>{$forms.profileForm.login.control}</td>
17 <td align="right" nowrap>{$i18n.label.password} (*):</td>
18 <td>{$forms.profileForm.password1.control}</td>
21 <td align="right" nowrap>{$i18n.label.confirm_password} (*):</td>
22 <td>{$forms.profileForm.password2.control}</td>
26 <td align="right" nowrap>{$i18n.label.email}:</td>
27 <td>{$forms.profileForm.email.control}</td>
31 <td>{$i18n.label.required_fields}</td>
34 <td colspan="2"> </td>
37 <td colspan="2" height="50" align="center">{$forms.profileForm.btn_save.control}</td>
43 {$forms.profileForm.close}