summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_svc.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2007-02-08 17:00:38 +0000
committerjeff <jeff>2007-02-08 17:00:38 +0000
commit99f1c015eb0858e178d22025d47a951c74d7916d (patch)
treef89afbb9a721fc1223f46fc7fd57abe6c6481b1b /httemplate/edit/part_svc.cgi
parente498bae00f6ae8a8f83dd6e4983f662e54eb9362 (diff)
fix usergroup in edit/part_svc.cgi
Diffstat (limited to 'httemplate/edit/part_svc.cgi')
-rwxr-xr-xhttemplate/edit/part_svc.cgi2
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;".