summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-07-03 09:26:24 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-07-08 12:44:24 -0300
commit1ee3a2955ab37f6e8d858fba4ac2cd6b02eaba67 (patch)
tree5631f1c3ca624682c31e1f208e324fc412aa9f70
parentca16c66aab48473739bb93a4a89adca65271c152 (diff)
downloadpfsense-1ee3a2955ab37f6e8d858fba4ac2cd6b02eaba67.zip
pfsense-1ee3a2955ab37f6e8d858fba4ac2cd6b02eaba67.tar.gz
Change Cancel button to call history.back() as done in Firewall Rules, the current method has issues with IE 11, it should fix #3728
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index 57ce1f3..3df7948 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -702,7 +702,7 @@ if (empty($tab)) {
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
<input id="submit" name="submit" type="submit" class="formbtn" value="<?=gettext("Save"); ?>" />
- <a href="firewall_aliases.php?tab=<?=$tab;?>"><input id="cancelbutton" name="cancelbutton" type="button" class="formbtn" value="<?=gettext("Cancel"); ?>" /></a>
+ <input type="button" class="formbtn" value="<?=gettext("Cancel"); ?>" onclick="history.back()" />
</td>
</tr>
</table>
OpenPOWER on IntegriCloud