diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-04-22 02:27:38 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-04-22 02:27:38 +0000 |
commit | 28b86d6486f5d4c5dc61053b8f7afe01336157be (patch) | |
tree | 657b1bc048e237fbd44f8099f35f0f769b6d1830 /usr/local/www/firewall_nat_server_edit.php | |
parent | 9761ed1099a8d02831e715c739de38cca9993529 (diff) | |
download | pfsense-28b86d6486f5d4c5dc61053b8f7afe01336157be.zip pfsense-28b86d6486f5d4c5dc61053b8f7afe01336157be.tar.gz |
* Add missing cancel button
* cancel -> Cancel
Diffstat (limited to 'usr/local/www/firewall_nat_server_edit.php')
-rwxr-xr-x | usr/local/www/firewall_nat_server_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_server_edit.php b/usr/local/www/firewall_nat_server_edit.php index c26aacd..f92e32c 100755 --- a/usr/local/www/firewall_nat_server_edit.php +++ b/usr/local/www/firewall_nat_server_edit.php @@ -143,7 +143,7 @@ if ($_POST) { <tr> <td width="22%" valign="top"> </td> <td width="78%"> - <input name="Submit" type="submit" class="formbtn" value="Save"> <input type="button" value="cancel" onclick="history.back()"> + <input name="Submit" type="submit" class="formbtn" value="Save"> <input type="button" value="Cancel" onclick="history.back()"> <?php if (isset($id) && $a_snat[$id]): ?> <input name="id" type="hidden" value="<?=$id;?>"> <?php endif; ?> |