Show
Ignore:
Timestamp:
04/05/08 01:31:43 (20 months ago)
Author:
bchoate
Message:

Changes to update type-based touches prior to any rebuilding. Added 'pre_build', 'post_build' callbacks that wrap entire build process (pre_build is called at start of multi-request build process; post_build is called at the end). Added a total publish time message at end of build process. BugId:74814

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/tmpl/cms/popup/rebuilt.tmpl

    r1098 r1778  
    77    id="message" 
    88    class="success"> 
     9    <p> 
    910    <mt:if name="all"> 
    1011    <__trans phrase="All of your files have been published."> 
     
    2526    </mt:if> 
    2627    <br /> 
     28    <mt:if name="start_timestamp"> 
     29    <__trans phrase="Publish time: [_1]." params="<mt:date ts="$start_timestamp" relative="3">"> 
     30    </mt:if> 
     31    </p> 
     32    <p> 
    2733    <a target="_blank" href="<mt:var name="blog_url" escape="html">"><__trans phrase="View your site."></a> 
    2834    <mt:if name="is_one_index"> 
    2935        <a target="_blank" href="<mt:var name="tmpl_url">"><__trans phrase="View this page."></a> 
    3036    </mt:if> 
     37    </p> 
    3138</mtapp:statusmsg> 
    3239