Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 48 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 48 Revision 112
Zeile 1... Zeile 1...
1
{include file="header.tpl" focus=groups.g_name}
1
{include file="header.tpl" focus=groups.g_name}
2
{include file="meld_inc.tpl"}
2
{include file="meld_inc.tpl"}
3
<form action="edit_groups.php" method="post" name="groups" onsubmit="return check_groups_form();">
3
<form action="{$SCRIPT_NAME}" method="post" name="groups" onsubmit="return check_groups_form();">
4
	<table>
4
	<table>
5
		<tr>
5
		<tr>
6
			<th>Eigenschaft</th>
6
			<th>{$L_PROPERTY}</th>
7
			<th>Wert</th>
7
			<th>{$L_VALUE}</th>
8
		</tr>
8
		</tr>
9
		<tr>
9
		<tr>
10
			<td>Gruppenname</td>
10
			<td>{$L_GROUP_NAME}</td>
11
			<td><input type="text" name="g_name" value="{$g_name}" size="100" class="post"></td>
11
			<td><input type="text" name="g_name" value="{$g_name}" size="100" class="post"></td>
12
		</tr>
12
		</tr>
13
		<tr>
13
		<tr>
14
			<td class="catBottom" colspan="2"><input type="submit" value="speichern" class="mainoption"></td>
14
			<td class="catBottom" colspan="2"><input type="submit" value="{$L_SAVE}" class="mainoption"></td>
15
		</tr>
15
		</tr>
16
	</table>
16
	</table>
17
	<input type="hidden" name="mode" value="{$mode}">
17
	<input type="hidden" name="mode" value="{$mode}">
18
	<input type="hidden" name="id" value="{$id}">
18
	<input type="hidden" name="id" value="{$id}">
19
</form>
19
</form>
20
<br>
20
<br>
21
<form action="liste_groups.php" method="post">
21
<form action="liste_groups.php" method="post">
22
	<input type="submit" value="zurück" class="liteoption">
22
	<input type="submit" value="{$L_BACK}" class="liteoption">
23
</form>
23
</form>
24
{include file="footer.tpl"}
24
{include file="footer.tpl"}