From 99f1c015eb0858e178d22025d47a951c74d7916d Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 8 Feb 2007 17:00:38 +0000 Subject: fix usergroup in edit/part_svc.cgi --- httemplate/edit/part_svc.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/edit/part_svc.cgi') diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index a2ceceda0..4b841dd99 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -223,7 +223,7 @@ 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" ) {'. +% " if ( f == 'S' || '${field}' == 'usergroup' ) {". # kludge % " what.form.${layer}__${field}.multiple = true;". % " } else {". % " what.form.${layer}__${field}.multiple = false;". -- cgit v1.2.1