Project

General

Profile

« Previous | Next » 

Revision 12c54789

Added by Scott Ullrich about 15 years ago

Use redboxtable

View differences:

usr/local/www/firewall_rules.php
768 768
	});
769 769
<?php endfor; ?>
770 770
	function updateOrder(order) {
771
		if(document.getElementById("infoboxnp"))
772
			$('infoboxnp').hide();
771
		if(document.getElementById("redboxtable"))
772
			$('redboxtable').hide();
773 773
		$('loading').show();
774 774
		document.body.style.cursor = 'wait';
775 775
		document.location = 'firewall_rules.php?if=<?=$if?>&dragdroporder=true&' + Sortable.serialize('dragtable', 'tr');

Also available in: Unified diff