1 {$forms.optionsForm.open}
 
   2 <table cellspacing="4" cellpadding="7" border="0">
 
   5       <table cellspacing="1" cellpadding="2" border="0">
 
   7           <td align="right" nowrap>{$i18n.label.person_name} (*):</td>
 
   8           <td>{$forms.optionsForm.name.control}</td>
 
  11           <td align="right" nowrap>{$i18n.label.login} (*):</td>
 
  12           <td>{$forms.optionsForm.login.control}</td>
 
  16           <td align="right">{$i18n.label.password}:</td>
 
  17           <td>{$forms.optionsForm.password1.control}</td>
 
  20           <td align="right">{$i18n.label.confirm_password}:</td>
 
  21           <td>{$forms.optionsForm.password2.control}</td>
 
  25           <td align="right" nowrap>{$i18n.label.email}:</td>
 
  26           <td>{$forms.optionsForm.email.control}</td>
 
  30           <td>{$i18n.label.required_fields}</td>
 
  33           <td colspan="2" align="center" height="50">{$forms.optionsForm.btn_submit.control}</td>
 
  39 {$forms.optionsForm.close}