Split profile page into two for account and group settings to reduce complexity.
[timetracker.git] / WEB-INF / templates / profile_edit.tpl
1 {$forms.profileForm.open}
2
3 <table cellspacing="4" cellpadding="7" border="0">
4     <tr>
5       <td>
6         <table cellspacing="1" cellpadding="2" border="0">
7           <tr>
8             <td align="right" nowrap>{$i18n.label.person_name} (*):</td>
9             <td>{$forms.profileForm.name.control}</td>
10           </tr>
11           <tr>
12             <td align="right" nowrap>{$i18n.label.login} (*):</td>
13             <td>{$forms.profileForm.login.control}</td>
14           </tr>
15 {if !$auth_external}
16           <tr>
17             <td align="right" nowrap>{$i18n.label.password} (*):</td>
18             <td>{$forms.profileForm.password1.control}</td>
19           </tr>
20           <tr>
21             <td align="right" nowrap>{$i18n.label.confirm_password} (*):</td>
22             <td>{$forms.profileForm.password2.control}</td>
23           </tr>
24 {/if}
25           <tr>
26             <td align="right" nowrap>{$i18n.label.email}:</td>
27             <td>{$forms.profileForm.email.control}</td>
28           </tr>
29           <tr>
30             <td></td>
31             <td>{$i18n.label.required_fields}</td>
32           </tr>
33           <tr>
34             <td colspan="2">&nbsp;</td>
35           </tr>
36           <tr>
37             <td colspan="2" height="50" align="center">{$forms.profileForm.btn_save.control}</td>
38           </tr>
39         </table>
40       </td>
41     </tr>
42 </table>
43 {$forms.profileForm.close}