Project

General

Profile

« Previous | Next » 

Revision 45d6ada5

Added by Sjon Hortensius over 10 years ago

Revert "Merge pull request #100 from sbeaver-netgate/halt"

This reverts commit 5bd406696ae634b3993d79a8b9aef03eeab42488, reversing
changes made to b9bd62735f2afb818d9ff3afd399c6c7d3b904c5.

View differences:

usr/local/www/firewall_rules.php
227 227
$nrules = 0;
228 228

  
229 229
?>
230
<form action="firewall_rules.php" method="post">
231

  
232 230
<?php if ($savemsg) print_info_box($savemsg);?>
233 231
<?php if (is_subsystem_dirty('filter')): ?><p>
234 232
<?php	print_info_box_np(gettext("The firewall rule configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."), "apply", "", true); ?>
......
656 654
	<a href="#" role="button" class="btn btn-danger">
657 655
		<?=gettext("delete selected");?>
658 656
	</a>
659
	<!-- onclick="return confirm('<?=gettext('Do you really want to delete the selected rules?');?>')" />-->
660 657
<?php endif;?>
661 658
</nav>
662 659

  
......
686 683
<?php endif;?>
687 684
</p>
688 685
	<input type="hidden" name="if" value="<?=htmlspecialchars($if);?>" />
689
</form>
690 686
<?php include("foot.inc");?>

Also available in: Unified diff