Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 10 Revision 11
Zeile 13... Zeile 13...
13
			<td>{$v_config[c_ind].vc_value}</td>
13
			<td>{$v_config[c_ind].vc_value}</td>
14
			<td>{$v_config[c_ind].vc_value2}</td>
14
			<td>{$v_config[c_ind].vc_value2}</td>
15
			<td align="center">
15
			<td align="center">
16
				<form action="change.php" method="post">
16
				<form action="change.php" method="post">
17
					<input type="hidden" name="mode" value="edit_conf">
17
					<input type="hidden" name="mode" value="edit_conf">
-
 
18
					<input type="hidden" name="v_id" value="{$v_id}">
18
					<input type="hidden" name="name" value="{$v_config[c_ind].vc_name}">
19
					<input type="hidden" name="name" value="{$v_config[c_ind].vc_name}">
19
					<input type="hidden" name="value" value="{$v_config[c_ind].vc_value}">
20
					<input type="hidden" name="value" value="{$v_config[c_ind].vc_value}">
20
					<input type="submit" value="ändern" class="liteoption">
21
					<input type="submit" value="ändern" class="liteoption">
21
				</form>
22
				</form>
22
			</td>
23
			</td>