egroupware/admin/templates/default/account_form.tpl

50 lines
1.3 KiB
Smarty
Raw Normal View History

2000-11-07 21:44:19 +01:00
<p><b>{lang_action}</b><hr><br>
{error_messages}
<form method="POST" action="{form_action}">
<center>
<table border=0 width=65%>
2000-12-26 06:39:19 +01:00
<tr bgcolor="{th_bg}">
<td colspan="4">&nbsp;</td>
</tr>
2000-12-26 01:52:38 +01:00
<tr bgcolor="{tr_color1}">
2000-11-07 21:44:19 +01:00
<td>{lang_loginid}</td>
2001-02-11 04:07:43 +01:00
<td><input name="account_lid" value="{n_loginid_value}"></td>
2000-12-26 01:52:38 +01:00
<td colspan="2" align="center">
2001-02-11 04:07:43 +01:00
{lang_account_active}:&nbsp;<input type="checkbox" name="status" value="A" {account_checked}>
2000-12-26 01:52:38 +01:00
</td>
2000-11-07 21:44:19 +01:00
</tr>
2000-12-26 01:52:38 +01:00
<tr bgcolor="{tr_color2}">
<td>{lang_firstname}</td>
2001-02-11 04:07:43 +01:00
<td><input name="firstname" value="{n_firstname_value}"></td>
2000-12-26 01:52:38 +01:00
<td>{lang_lastname}</td>
2001-02-11 04:07:43 +01:00
<td><input name="lastname" value="{n_lastname_value}"></td>
2000-11-07 21:44:19 +01:00
</tr>
2000-12-26 01:52:38 +01:00
<tr bgcolor="{tr_color1}">
<td>{lang_password}</td>
<td><input type="password" name="n_passwd" value="{n_passwd_value}"></td>
2000-11-07 21:44:19 +01:00
<td>{lang_reenter_password}</td>
<td><input type="password" name="n_passwd_2" value="{n_passwd_2_value}"></td>
</tr>
2000-12-26 01:52:38 +01:00
<tr bgcolor="{tr_color2}">
2000-11-07 21:44:19 +01:00
<td>{lang_groups}</td>
<td>{groups_select}</td>
2000-12-26 01:52:38 +01:00
<td colspan=2>&nbsp;</td>
2000-11-07 21:44:19 +01:00
</tr>
{permissions_list}
{gui_hooks}
2000-11-07 21:44:19 +01:00
2000-12-26 01:52:38 +01:00
<tr bgcolor="{tr_color2}">
<td colspan="4" align="right"><input type="submit" name="submit" value="{lang_button}"></td>
</tr>
2000-11-07 21:44:19 +01:00
</table>
</center>
</form>