Refactored, no more redirects. Improved error messaging system

This commit is contained in:
2023-03-06 19:25:21 +01:00
parent 7cfcaeb9d7
commit 78b97c5094
87 changed files with 1801 additions and 2633 deletions
+3 -4
View File
@@ -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>