summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-09-17 14:25:56 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-09-17 14:26:11 -0300
commitc4372d3c3bdb2fb8b8a15b554e5c86c2a7976412 (patch)
tree889755b250edcf9e703d91c30de874b4493c74fa /usr/local/www/interfaces.php
parentc07e853bb4a67a3b728b7546b36801eaef770c19 (diff)
downloadpfsense-c4372d3c3bdb2fb8b8a15b554e5c86c2a7976412.zip
pfsense-c4372d3c3bdb2fb8b8a15b554e5c86c2a7976412.tar.gz
Restore id for cancel button to fix js error
Diffstat (limited to 'usr/local/www/interfaces.php')
-rw-r--r--usr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index dc0198c..55f02a4 100644
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -3298,7 +3298,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<td width="78%">
<br />
<input id="save" name="Submit" type="submit" class="formbtn" value="<?=gettext("Save"); ?>" />
- <input type="button" class="formbtn" value="<?=gettext("Cancel");?>" onclick="window.location.href='<?=$referer;?>'" />
+ <input id="cancel" type="button" class="formbtn" value="<?=gettext("Cancel");?>" onclick="window.location.href='<?=$referer;?>'" />
<input name="if" type="hidden" id="if" value="<?=htmlspecialchars($if);?>" />
<?php if ($wancfg['if'] == $a_ppps[$pppid]['if']) : ?>
<input name="ppp_port" type="hidden" value="<?=htmlspecialchars($pconfig['port']);?>" />
OpenPOWER on IntegriCloud