Changeset 2805
- Timestamp:
- 07/17/08 01:06:52 (1 month ago)
- Files:
-
- branches/release-41/tmpl/cms/preview_strip.tmpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-41/tmpl/cms/preview_strip.tmpl
r1309 r2805 57 57 /* ]]> */ 58 58 </script> 59 </mt:setvarblock>60 59 <$mt:var name="html_head"$> 61 60 <script type="text/javascript" src="<$mt:var name="static_uri"$>mt.js?v=<mt:var name="mt_version_id" escape="url">"></script> … … 70 69 <tr> 71 70 <td id="entry-preview-control-strip"> 72 <div id="preview-label"><mt:if name="object_type" eq="entry"><__trans phrase="You are previewing the entry titled “[_1]”" params="<$mt:var name="title" escape="html"$>"><mt:else><__trans phrase="You are previewing the page titled “[_1]”" params="<$mt:var name="title" escape="html"$>"></mt:if></div>71 <div id="preview-label"><mt:if name="object_type" eq="entry"><__trans phrase="You are previewing the entry titled “[_1]”" params="<$mt:var name="title" remove_html="1" escape="html"$>"><mt:else><__trans phrase="You are previewing the page titled “[_1]”" params="<$mt:var name="title" remove_html="1" escape="html"$>"></mt:if></div> 73 72 <form method="post" action="<$mt:var name="script_url"$>"> 74 73 <div class="actions-bar">
