diff options
author | jeff <jeff> | 2007-02-08 17:00:38 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-02-08 17:00:38 +0000 |
commit | 99f1c015eb0858e178d22025d47a951c74d7916d (patch) | |
tree | f89afbb9a721fc1223f46fc7fd57abe6c6481b1b /httemplate/edit/part_svc.cgi | |
parent | e498bae00f6ae8a8f83dd6e4983f662e54eb9362 (diff) |
fix usergroup in edit/part_svc.cgi
Diffstat (limited to 'httemplate/edit/part_svc.cgi')
-rwxr-xr-x | httemplate/edit/part_svc.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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;". |