1 {$forms.optionsForm.open}
2 <table cellspacing="4" cellpadding="7" border="0">
5 <table cellspacing="1" cellpadding="2" border="0">
7 <td align="right">{$i18n.label.password}:</td>
8 <td>{$forms.optionsForm.password1.control}</td>
11 <td align="right">{$i18n.label.confirm_password}:</td>
12 <td>{$forms.optionsForm.password2.control}</td>
15 <td colspan="2" align="center" height="50">{$forms.optionsForm.btn_submit.control}</td>
21 {$forms.optionsForm.close}