Re-add preview button for IE<=7. Side-by-side disabled for these.

Preview will open in new window.
This commit is contained in:
Naomi Guyer 2012-12-05 10:43:20 +13:00 committed by Ingo Schommer
parent 230182fc77
commit 35cbe28188
2 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,11 @@
<% loop Actions %>
$Field
<% end_loop %>
<% if Controller.LinkPreview %>
<a href="$Controller.LinkPreview" target="_cmsPreview" class="cms-preview-toggle-link ss-ui-button" data-icon="preview">
<% _t('LeftAndMain.PreviewButton', 'Preview') %> &raquo;
</a>
<% end_if %>
<% include LeftAndMain_ViewModeSelector SelectID="preview-mode-dropdown-in-content" %>
</div>

View File

@ -19,6 +19,11 @@
<% loop Actions %>
$Field
<% end_loop %>
<% if Controller.LinkPreview %>
<a href="$Controller.LinkPreview" class="cms-preview-toggle-link ss-ui-button" data-icon="preview">
<% _t('LeftAndMain.PreviewButton', 'Preview') %> &raquo;
</a>
<% end_if %>
</div>
<% end_if %>
</form>