summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_keys_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-28 02:05:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-28 02:05:50 +0000
commitfc01e4144b3a147fdff47243a97c6727aa06288e (patch)
tree81066a09c91de369479f1f16eca8f533ff92b880 /usr/local/www/vpn_ipsec_keys_edit.php
parent9559099b9c5dd9f7a209f574c1e341b38a3d699c (diff)
downloadpfsense-fc01e4144b3a147fdff47243a97c6727aa06288e.zip
pfsense-fc01e4144b3a147fdff47243a97c6727aa06288e.tar.gz
Make Cancel button match the Save buttons style
Diffstat (limited to 'usr/local/www/vpn_ipsec_keys_edit.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_keys_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_keys_edit.php b/usr/local/www/vpn_ipsec_keys_edit.php
index d3aecf4..aa31481 100755
--- a/usr/local/www/vpn_ipsec_keys_edit.php
+++ b/usr/local/www/vpn_ipsec_keys_edit.php
@@ -123,7 +123,7 @@ This can be either an IP address, fully qualified domain name or an e-mail addre
<tr>
<td width="22%" valign="top">&nbsp;</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" class="formbtn" value="cancel" onclick="history.back()">
<?php if (isset($id) && $a_secret[$id]): ?>
<input name="id" type="hidden" value="<?=$id;?>">
<?php endif; ?>
OpenPOWER on IntegriCloud