Refactored user, vlan and zone
This commit is contained in:
+4
-5
@@ -1,6 +1,5 @@
|
||||
<form method="POST" action="submit.php">
|
||||
<input type="hidden" name="edit" value="zone">
|
||||
<input type="hidden" name="zone_id" value="{$zone->zone_id}">
|
||||
<form method="POST" action="zone.php">
|
||||
<input type="hidden" name="id" value="{$zone->zone_id}">
|
||||
|
||||
<table class="title">
|
||||
<tr>
|
||||
@@ -10,7 +9,7 @@
|
||||
</td>
|
||||
<td align="right">
|
||||
<a href="#" onClick="history.go(-1)"><img src="image.php?icon=back" alt="{$lang_cancel}"></a>
|
||||
<input type="image" src="image.php?icon=save" alt="{$lang_submit}">
|
||||
<input type="image" name="submit[update]" src="images/page_save.png" alt="{$lang_save}">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -141,7 +140,7 @@
|
||||
Zone Info
|
||||
</td>
|
||||
<td class="value">
|
||||
<textarea name="zone_info" cols="30" rows="10">{$zone.zone_info}</textarea>
|
||||
<textarea name="zone_info" cols="30" rows="10">{$zone->zone_info}</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user