Changeset 1290

Show
Ignore:
Timestamp:
01/19/08 12:03:14 (23 months ago)
Author:
fumiakiy
Message:

Show message when refresh blog is finished from the list action of the blog listing page. BugId:66519

Location:
branches/release-28
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/release-28/lib/MT/App/CMS.pm

    r1289 r1290  
    44134413    $param{can_create_blog} = $author->can_create_blog; 
    44144414    $param{saved_deleted}   = $app->param('saved_deleted'); 
     4415    $param{refreshed}       = $app->param('refreshed'); 
    44154416    $param{nav_blogs}       = 1; 
    44164417    $param{list_noncron}    = 1; 
  • branches/release-28/tmpl/cms/list_blog.tmpl

    r1281 r1290  
    66            class="success"> 
    77            <__trans phrase="You have successfully deleted the blogs from the Movable Type system."> 
     8        </mtapp:statusmsg> 
     9    </mt:if> 
     10    <mt:if name="refreshed"> 
     11        <mtapp:statusmsg 
     12            id="refreshed" 
     13            class="success"> 
     14            <__trans phrase="You have successfully refreshed your templates."> 
    815        </mtapp:statusmsg> 
    916    </mt:if>