Refactored, no more redirects. Improved error messaging system
This commit is contained in:
+3
-4
@@ -1,5 +1,4 @@
|
||||
<form method="POST" action="submit.php">
|
||||
<input type="hidden" name="del" value="nat">
|
||||
<form method="POST" action="nat.php">
|
||||
<input type="hidden" name="node_id_ext" value="{$node->id_ext}">
|
||||
|
||||
<table class="title">
|
||||
@@ -10,7 +9,7 @@
|
||||
<td align="right">
|
||||
<a href="#" onClick="history.go(-1)"><img src="image.php?icon=back" alt="{$lang_cancel}"></a>
|
||||
{if $nat_options}
|
||||
<input type="image" src="image.php?icon=delete" alt="{$lang_submit}">
|
||||
<input type="image" name="submit[delete]" src="image.php?icon=delete" alt="{$lang_submit}">
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
@@ -30,7 +29,7 @@
|
||||
{$lang_ip}
|
||||
</td>
|
||||
<td class="value">
|
||||
<a href="nodeview.php?node_id={$node->id_ext}">{$node->ip_ext}</a>
|
||||
<a href="node.php?f=view&id={$node->id_ext}">{$node->ip_ext}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user