Show
Ignore:
Timestamp:
07/04/08 00:13:52 (16 months ago)
Author:
bchoate
Message:

Restored widget list actions. BugId:79874

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/lib/MT/CMS/Template.pm

    r2676 r2707  
    23902390        exists($opt{deleted}) ? ( saved => $opt{deleted} ) : () 
    23912391    }; 
    2392  
     2392    my $widget_actions = {}; 
     2393    $app->load_list_actions( 'template', $widget_actions ); 
     2394    $param->{'widget_' . $_} = $widget_actions->{$_} 
     2395        for keys %$widget_actions; 
    23932396    $app->load_tmpl('list_widget.tmpl', $param); 
    23942397}