Show
Ignore:
Timestamp:
04/11/08 02:03:37 (20 months ago)
Author:
bsmith
Message:

bugzid:76495 - Move Publishing Profiles to modal triggered by action on template listing

Files:
1 modified

Legend:

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

    r1847 r1852  
    14101410} 
    14111411 
     1412sub dialog_publishing_profile { 
     1413    my $app = shift; 
     1414    $app->validate_magic or return; 
     1415 
     1416    my $param = {}; 
     1417    $param->{screen_id} = "publishing-profile-dialog"; 
     1418 
     1419    $app->build_page('dialog/publishing_profile.tmpl', 
     1420        $param); 
     1421} 
     1422 
    14121423sub dialog_refresh_templates { 
    14131424    my $app = shift;