mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Restore id for cancel button to fix js error
This commit is contained in:
parent
c07e853bb4
commit
c4372d3c3b
@ -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']);?>" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user