- Timestamp:
- 04/23/08 02:20:47 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-36/plugins/WidgetManager/lib/WidgetManager/CMS.pm
r1623 r2047 146 146 my @widgetmanagers = map { { widgetmanager => $_ } } keys %$modulesets; 147 147 $tmpl->param(object_loop => \@widgetmanagers); 148 $tmpl->param(search_type => "template"); 149 $tmpl->param(search_label => MT::Template->class_label_plural); 148 150 149 151 $tmpl->param(available => \@avail_modules); … … 229 231 $tmpl->param('blog_view', 1) if $blog_id; 230 232 231 $tmpl->param(object_loop => \@widgetmanagers); 232 $tmpl->param(object_type => "widgetset"); 233 $tmpl->param(object_loop => \@widgetmanagers); 234 $tmpl->param(object_type => "widgetset"); 235 $tmpl->param(search_type => "template"); 236 $tmpl->param(search_label => MT::Template->class_label_plural); 233 237 234 238 $app->{breadcrumbs}[-1]{is_last} = 1;
