Index: branches/release-33/tmpl/cms/popup/rebuilt.tmpl
===================================================================
--- branches/release-33/tmpl/cms/popup/rebuilt.tmpl (revision 1098)
+++ branches/release-33/tmpl/cms/popup/rebuilt.tmpl (revision 1778)
@@ -7,4 +7,5 @@
     id="message"
     class="success">
+    <p>
     <mt:if name="all">
     <__trans phrase="All of your files have been published.">
@@ -25,8 +26,14 @@
     </mt:if>
     <br />
+    <mt:if name="start_timestamp">
+    <__trans phrase="Publish time: [_1]." params="<mt:date ts="$start_timestamp" relative="3">">
+    </mt:if>
+    </p>
+    <p>
     <a target="_blank" href="<mt:var name="blog_url" escape="html">"><__trans phrase="View your site."></a>
     <mt:if name="is_one_index">
         <a target="_blank" href="<mt:var name="tmpl_url">"><__trans phrase="View this page."></a>
     </mt:if>
+    </p>
 </mtapp:statusmsg>
 
