mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
8 lines
284 B
Smarty
8 lines
284 B
Smarty
|
|
<tr bgcolor="{tr_color1}">
|
|
<td>{lang_password}</td>
|
|
<td><input type="password" name="account_passwd" value="{account_passwd}"></td>
|
|
<td>{lang_reenter_password}</td>
|
|
<td><input type="password" name="account_passwd_2" value="{account_passwd_2}"></td>
|
|
</tr>
|