summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-07-03 09:26:24 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-07-03 09:26:24 -0300
commitd461583b18b84b47ba0a398b9138085fa8eb47c8 (patch)
tree2db51b8fb8e53220f1585573d3f706bf185e20bf /usr/local/www/firewall_aliases_edit.php
parentd4b1e549c259c4a2be50d92fe8de65b72b7263bb (diff)
downloadpfsense-d461583b18b84b47ba0a398b9138085fa8eb47c8.zip
pfsense-d461583b18b84b47ba0a398b9138085fa8eb47c8.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
Diffstat (limited to 'usr/local/www/firewall_aliases_edit.php')
-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 94ba206..3503350 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -746,7 +746,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