From 219baec833223c5f1b6de74bdeaa66b815f38e89 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 7 Nov 2005 18:35:11 +0000 Subject: MFC 7446 Remove range feature. Will be reinvestigated after 1.0 Ticket #660 Ticket #661 --- usr/local/www/firewall_virtual_ip_edit.php | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'usr') diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php index 4863a33..3ed9e68 100755 --- a/usr/local/www/firewall_virtual_ip_edit.php +++ b/usr/local/www/firewall_virtual_ip_edit.php @@ -223,20 +223,20 @@ function typesel_change() { case 0: // single document.iform.subnet.disabled = 0; if((get_radio_value(document.iform.mode) == "proxyarp")) document.iform.subnet_bits.disabled = 1; - document.iform.range_from.disabled = 1; - document.iform.range_to.disabled = 1; + //document.iform.range_from.disabled = 1; + //document.iform.range_to.disabled = 1; break; case 1: // network document.iform.subnet.disabled = 0; document.iform.subnet_bits.disabled = 0; - document.iform.range_from.disabled = 1; - document.iform.range_to.disabled = 1; + //document.iform.range_from.disabled = 1; + //document.iform.range_to.disabled = 1; break; case 2: // range document.iform.subnet.disabled = 1; document.iform.subnet_bits.disabled = 1; - document.iform.range_from.disabled = 0; - document.iform.range_to.disabled = 0; + //document.iform.range_from.disabled = 0; + //document.iform.range_to.disabled = 0; break; } } @@ -302,13 +302,17 @@ function typesel_change() { - - Range:   - + + Range:   + - - + + */ + ?> -- cgit v1.1