Changeset 2618

Show
Ignore:
Timestamp:
06/20/08 02:02:41 (6 months ago)
Author:
bsmith
Message:

bugzid:80247 - Allow rebuilding of more than one blog at a time and provide successful rebuild message with blog name to differenciate rebuild windows

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-40/tmpl/cms/include/header.tmpl

    r2543 r2618  
    177177                    <mt:if name="can_rebuild"> 
    178178                    <mt:unless name="dynamic_all"> 
    179                         <li id="rebuild-site" class="nav-link"><a href="javascript:void(0)" title="<__trans phrase="Publish Site">" onclick="window.open('<$mt:var name="mt_url"$>?__mode=rebuild_confirm&amp;blog_id=<$mt:var name="blog_id"$>', 'rebuild', 'width=400,height=400,resizable=yes'); return false"><span><__trans phrase="Publish"></span></a></li> 
     179                        <li id="rebuild-site" class="nav-link"><a href="javascript:void(0)" title="<__trans phrase="Publish Site">" onclick="window.open('<$mt:var name="mt_url"$>?__mode=rebuild_confirm&amp;blog_id=<$mt:var name="blog_id"$>', 'rebuild_blog_<$mt:BlogID$>', 'width=400,height=400,resizable=yes'); return false"><span><__trans phrase="Publish"></span></a></li> 
    180180                    </mt:unless> 
    181181                    </mt:if> 
  • branches/release-40/tmpl/cms/popup/rebuilt.tmpl

    r1778 r2618  
    99    <p> 
    1010    <mt:if name="all"> 
    11     <__trans phrase="All of your files have been published."> 
     11    <__trans phrase="The files for [_1] have been published." params="<strong><mt:var name="blog_name" escape="html"></strong>"> 
    1212    <mt:else> 
    1313    <mt:if name="is_one_index">