From 5444d65fb21bd051a71057c878c800d621e10e34 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Fri, 21 Nov 2008 02:50:31 +0000 Subject: [PATCH] MINOR Tidied up messy template syntax in LeftAndMain.ss git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@66373 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/LeftAndMain.ss | 46 +++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/templates/LeftAndMain.ss b/templates/LeftAndMain.ss index 8836c504..495bfb33 100644 --- a/templates/LeftAndMain.ss +++ b/templates/LeftAndMain.ss @@ -10,16 +10,19 @@
<% _t('LOADING','Loading...',PR_HIGH) %>
- +
$CMSTopMenu -
- $Left -
+ +
+ $Left +
+
 
+ @@ -41,25 +44,24 @@
-
- $ApplicationName -  - $ApplicationName <% _t('APPVERSIONTEXT2',"version that you are currently running, technically it's the CVS branch") %>">$CMSVersion       - <% control CurrentMember %> - <% _t('LOGGEDINAS','Logged in as') %> <% if FirstName && Surname %>$FirstName $Surname<% else_if FirstName %>$FirstName<% else %>$Email<% end_if %> | <% _t('EDITPROFILE','Profile') %> | <% _t('LOGOUT','log out') %> - <% end_control %> -
+
+ $ApplicationName -  + $ApplicationName <% _t('APPVERSIONTEXT2',"version that you are currently running, technically it's the CVS branch") %>">$CMSVersion       + <% control CurrentMember %> + <% _t('LOGGEDINAS','Logged in as') %> <% if FirstName && Surname %>$FirstName $Surname<% else_if FirstName %>$FirstName<% else %>$Email<% end_if %> | <% _t('EDITPROFILE','Profile') %> | <% _t('LOGOUT','log out') %> + <% end_control %> +
-
- <% if ShowSwitchView %> -
<% _t('VIEWPAGEIN','Page view:') %>
- <% _t('EDIT','Edit') %> - | <% _t('DRAFTS','Draft Site') %> - | <% _t('PUBLIS','Published Site') %> - - <% end_if %> -
- +
+ <% if ShowSwitchView %> +
<% _t('VIEWPAGEIN','Page view:') %>
+ <% _t('EDIT','Edit') %> + | <% _t('DRAFTS','Draft Site') %> + | <% _t('PUBLIS','Published Site') %> + + <% end_if %> +
- + \ No newline at end of file