Project

General

Profile

« Previous | Next » 

Revision 1ee3a295

Added by Renato Botelho almost 11 years ago

Change Cancel button to call history.back() as done in Firewall Rules, the current method has issues with IE 11, it should fix #3728

View differences:

usr/local/www/firewall_aliases_edit.php
702 702
		<td width="22%" valign="top">&nbsp;</td>
703 703
		<td width="78%">
704 704
			<input id="submit" name="submit" type="submit" class="formbtn" value="<?=gettext("Save"); ?>" />
705
			<a href="firewall_aliases.php?tab=<?=$tab;?>"><input id="cancelbutton" name="cancelbutton" type="button" class="formbtn" value="<?=gettext("Cancel"); ?>" /></a>
705
			<input type="button" class="formbtn" value="<?=gettext("Cancel"); ?>" onclick="history.back()" />
706 706
		</td>
707 707
	</tr>
708 708
</table>

Also available in: Unified diff