diff --git a/templates/Includes/CMSMain_EditForm.ss b/templates/Includes/CMSMain_EditForm.ss
index 097d9832..591bacd1 100644
--- a/templates/Includes/CMSMain_EditForm.ss
+++ b/templates/Includes/CMSMain_EditForm.ss
@@ -22,6 +22,11 @@
<% loop Actions %>
$Field
<% end_loop %>
+ <% if Controller.LinkPreview %>
+
+ <% _t('LeftAndMain.PreviewButton', 'Preview') %> »
+
+ <% end_if %>
<% include LeftAndMain_ViewModeSelector SelectID="preview-mode-dropdown-in-content" %>
diff --git a/templates/Includes/CMSSettingsController_EditForm.ss b/templates/Includes/CMSSettingsController_EditForm.ss
index d233a3df..dcbd4135 100644
--- a/templates/Includes/CMSSettingsController_EditForm.ss
+++ b/templates/Includes/CMSSettingsController_EditForm.ss
@@ -19,6 +19,11 @@
<% loop Actions %>
$Field
<% end_loop %>
+ <% if Controller.LinkPreview %>
+
+ <% _t('LeftAndMain.PreviewButton', 'Preview') %> »
+
+ <% end_if %>
<% end_if %>