-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers_groups_edit.htm
More file actions
24 lines (24 loc) · 884 Bytes
/
users_groups_edit.htm
File metadata and controls
24 lines (24 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<table width="500" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="126" class="frmText11">{tmpl_var name='default_group_txt'}:</td>
<td width="366" class="frmText11">
<select name="default_group" class="text">
{tmpl_var name='default_group'}
</select>
</td>
</tr>
<tr>
<td width="126" class="frmText11">{tmpl_var name='groups_txt'}:</td>
<td width="366" class="frmText11">{tmpl_var name='groups'}</td>
</tr> <tr>
<td class="frmText11"> </td>
<td class="frmText11"> </td>
</tr>
<tr>
<td> </td>
<td><input name="Speichern" type="submit" class="button" value="Speichern">
<input name="Abbrechen" type="button" class="button" value="Abbrechen" onClick="self.location.href='users_list.php';">
</td>
</tr>
</table>
<input type="hidden" name="id" value="{tmpl_var name='id'}">