From 772961cb5e2514fd4f70197edc12815e49123b46 Mon Sep 17 00:00:00 2001 From: Mateusz Uzdowski Date: Thu, 29 Nov 2012 10:24:27 +1300 Subject: [PATCH] Add a secondary side-by-side state selector to the edit form For situations when preview is not visible (and options with it). --- templates/Includes/CMSMain_EditForm.ss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/Includes/CMSMain_EditForm.ss b/templates/Includes/CMSMain_EditForm.ss index 0f50464f..097d9832 100644 --- a/templates/Includes/CMSMain_EditForm.ss +++ b/templates/Includes/CMSMain_EditForm.ss @@ -16,14 +16,15 @@ -
+
<% if Actions %>
<% loop Actions %> $Field <% end_loop %> + <% include LeftAndMain_ViewModeSelector SelectID="preview-mode-dropdown-in-content" %>
<% end_if %>
- \ No newline at end of file +