Changeset 1290
- Timestamp:
- 01/19/08 12:03:14 (23 months ago)
- Location:
- branches/release-28
- Files:
-
- 2 modified
-
lib/MT/App/CMS.pm (modified) (1 diff)
-
tmpl/cms/list_blog.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-28/lib/MT/App/CMS.pm
r1289 r1290 4413 4413 $param{can_create_blog} = $author->can_create_blog; 4414 4414 $param{saved_deleted} = $app->param('saved_deleted'); 4415 $param{refreshed} = $app->param('refreshed'); 4415 4416 $param{nav_blogs} = 1; 4416 4417 $param{list_noncron} = 1; -
branches/release-28/tmpl/cms/list_blog.tmpl
r1281 r1290 6 6 class="success"> 7 7 <__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."> 8 15 </mtapp:statusmsg> 9 16 </mt:if>
