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="del" value="user">
|
||||
<input type="hidden" name="user_id" value="{$user->id}">
|
||||
<form method="POST" action="user.php">
|
||||
<input type="hidden" name="id" value="{$user->id}">
|
||||
|
||||
<table class="title">
|
||||
<tr>
|
||||
@@ -10,7 +9,7 @@
|
||||
</td>
|
||||
<td align="right">
|
||||
<a href="#" onClick="history.go(-1)"><img src="image.php?icon=cancel" alt="{$lang_cancel}"></a>
|
||||
<input type="image" src="images/user_delete.png" alt="{$lang_submit}">
|
||||
<input type="image" name="submit[delete]" src="images/user_delete.png" alt="{$lang_submit}">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -29,7 +28,7 @@
|
||||
{$lang_user_name}
|
||||
</td>
|
||||
<td class="value">
|
||||
<a href="userview.php?user_id={$user->id}">{$user->name}</a>
|
||||
<a href="user.php?f=view&id={$user->id}">{$user->name}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user