firewall: fix scrub edit cancel link

This commit is contained in:
Franco Fichtner 2017-11-21 05:24:37 +00:00
parent db785c954f
commit 5ce9933f2b

View File

@ -666,9 +666,8 @@ include("head.inc");
<tr>
<td>&nbsp;</td>
<td>
&nbsp;<br />&nbsp;
<input name="Submit" type="submit" class="btn btn-primary" value="<?=gettext("Save"); ?>" />
<input type="button" class="btn btn-default" value="<?=gettext("Cancel");?>" onclick="window.location.href='/firewall_rules.php'" />
<input type="button" class="btn btn-default" value="<?=gettext("Cancel");?>" onclick="window.location.href='/firewall_scrub.php'" />
</td>
</tr>
</table>