Show
Ignore:
Timestamp:
06/20/08 02:02:41 (18 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:
1 modified

Legend:

Unmodified
Added
Removed
  • 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>