Show
Ignore:
Timestamp:
08/12/08 00:12:18 (5 months ago)
Author:
ogawa
Message:

In order to perform page transition, now Templets used the target attribute instead of javascript.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Templets/trunk/Templets/lib/Templets/CMS.pm

    r482 r483  
    156156    $blog->save; 
    157157 
    158     my $plugin = MT::Plugin::Templets->instance; 
    159     my $tmpl   = $plugin->load_tmpl('finish_append_templet.tmpl'); 
    160     $app->build_page( $tmpl, { return_args => $app->param('return_args') } ); 
     158    $app->add_return_arg( 'refreshed' => 1 ); 
     159    $app->call_return; 
    161160} 
    162161