Changeset 2707 for branches/release-41/lib/MT/CMS/Template.pm
- Timestamp:
- 07/04/08 00:13:52 (16 months ago)
- Files:
-
- 1 modified
-
branches/release-41/lib/MT/CMS/Template.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/lib/MT/CMS/Template.pm
r2676 r2707 2390 2390 exists($opt{deleted}) ? ( saved => $opt{deleted} ) : () 2391 2391 }; 2392 2392 my $widget_actions = {}; 2393 $app->load_list_actions( 'template', $widget_actions ); 2394 $param->{'widget_' . $_} = $widget_actions->{$_} 2395 for keys %$widget_actions; 2393 2396 $app->load_tmpl('list_widget.tmpl', $param); 2394 2397 }
