fix package editor showing "all" for pkg class selection
authorivan <ivan>
Mon, 25 Aug 2008 21:23:26 +0000 (21:23 +0000)
committerivan <ivan>
Mon, 25 Aug 2008 21:23:26 +0000 (21:23 +0000)
httemplate/edit/elements/edit.html

index 3896f17..0250153 100644 (file)
@@ -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 );