Changeset 1778 for branches/release-33/tmpl/cms/popup/rebuilt.tmpl
- Timestamp:
- 04/05/08 01:31:43 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-33/tmpl/cms/popup/rebuilt.tmpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-33/tmpl/cms/popup/rebuilt.tmpl
r1098 r1778 7 7 id="message" 8 8 class="success"> 9 <p> 9 10 <mt:if name="all"> 10 11 <__trans phrase="All of your files have been published."> … … 25 26 </mt:if> 26 27 <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> 27 33 <a target="_blank" href="<mt:var name="blog_url" escape="html">"><__trans phrase="View your site."></a> 28 34 <mt:if name="is_one_index"> 29 35 <a target="_blank" href="<mt:var name="tmpl_url">"><__trans phrase="View this page."></a> 30 36 </mt:if> 37 </p> 31 38 </mtapp:statusmsg> 32 39
