From 081802e2d67da04ed7dea97ba85b0f10252928b2 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 02:35:52 +0000 Subject: [PATCH] MINOR Reverted removal of placeholder
tab in CMSMain_right.ss - its still needed for the CMS javascript MINOR Reverted north/south inner layouts in CMSMain_right.ss git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92596 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/Includes/CMSMain_right.ss | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/templates/Includes/CMSMain_right.ss b/templates/Includes/CMSMain_right.ss index cde0810c..75dd7fa6 100755 --- a/templates/Includes/CMSMain_right.ss +++ b/templates/Includes/CMSMain_right.ss @@ -1,17 +1,13 @@ -
<% if EditForm %> $EditForm <% else %> -

$ApplicationName

-

- <% _t('WELCOMETO','Welcome to') %> $ApplicationName! - <% _t('CHOOSEPAGE','Please choose a page from the left.') %> -

+ +

$ApplicationName

+

+ <% _t('WELCOMETO','Welcome to') %> $ApplicationName! + <% _t('CHOOSEPAGE','Please choose a page from the left.') %> +

+ <% end_if %> -
- -
-
-