diff --git a/web/skins/classic/views/zone.php b/web/skins/classic/views/zone.php index a824ce8b0..b4df1fce1 100644 --- a/web/skins/classic/views/zone.php +++ b/web/skins/classic/views/zone.php @@ -123,7 +123,7 @@ xhtmlHeaders(__FILE__, translate('Zone'));

Name().' - '.translate('Zone').' '.$newZone['Name'] ?>

-
+ @@ -180,14 +180,14 @@ if ( count($other_zones) ) { 'applyZoneType')); ?> + array('data-on-change'=>'applyZoneType', 'id'=>'newZone[Type]')); ?> 'applyPreset', 'onblur'=>'this.selectedIndex=0') ) + array('data-on-change'=>'applyPreset', 'id'=>'presetSelector') ) ?> @@ -195,7 +195,7 @@ if ( count($other_zones) ) { 'applyZoneUnits') + array('data-on-change'=>'applyZoneUnits', 'id'=>'newZone[Units]') ); # Used later for number inputs $step = $newZone['Units'] == 'Percent' ? ' step="0.01" max="100"' : '';