From: jeff Date: Sat, 6 Jan 2007 00:47:55 +0000 (+0000) Subject: fix UI funkiness X-Git-Tag: TRIXBOX_2_6~775 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=704992901b980cd3d41568d7fec0842b2a64bdf7 fix UI funkiness --- diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index ba152db9c..a2ceceda0 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -223,6 +223,11 @@ that field. % ' } else if ( f == "D" || f == "F" || f =="S" ) { //enable, text box', % " what.form.${layer}__${field}.disabled = false;". % " what.form.${layer}__${field}.style.backgroundColor = '#ffffff';". +% ' if ( f == "S" ) {'. +% " what.form.${layer}__${field}.multiple = true;". +% " } else {". +% " what.form.${layer}__${field}.multiple = false;". +% " }". % " what.form.${layer}__${field}.style.display = '';". % " if ( what.form.${layer}__${field}_classnum ) {". % " what.form.${layer}__${field}_classnum.disabled = false;". @@ -275,9 +280,7 @@ that field. % % } elsif ( $def->{type} eq 'select' ) { % -% $html .= qq!