From: ivan Date: Mon, 25 Aug 2008 21:23:26 +0000 (+0000) Subject: fix package editor showing "all" for pkg class selection X-Git-Tag: root_of_webpay_support~414 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=35b901e95671f8090c5b21b9fc25cdabbaf28d40 fix package editor showing "all" for pkg class selection --- diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 3896f1712..0250153c1 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -216,7 +216,6 @@ Example: % #select(-*) % 'options' => $f->{'options'}, % 'labels' => $f->{'labels'}, -% 'empty_label' => $f->{'empty_label'}, % 'multiple' => $f->{'multiple'}, % 'disable_empty' => $f->{'disable_empty'}, % #select-reason @@ -231,6 +230,10 @@ Example: % 'disabled' => $f->{'disabled'}, % ); % +% #select-* +% $include_common{$_} = $f->{$_} +% foreach grep exists($f->{$_}), qw( empty_label ); +% % #select-table, checkboxes-table % $include_common{$_} = $f->{$_} % foreach grep exists($f->{$_}), qw( table name_col );