From b13f8a3963cb9e1e94ca7ef4e1252eb0cc5cf813 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 15 Sep 2007 01:03:23 +0000 Subject: [PATCH] elofgren: USABILITY: Comment out the blue right frame titles in all of the Admin sections to free up space (since the action buttons have been moved to the bottom, the headings are no longer needed). In addition, comment out the 'My Site' left frame title in the 'Site Content' section since the sub-sections each have their own blue title bar. (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41869 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/Includes/AssetAdmin_right.ss | 2 +- templates/Includes/BulkLoaderAdmin_right.ss | 2 +- templates/Includes/CMSMain_left.ss | 2 +- templates/Includes/CMSMain_right.ss | 2 +- templates/Includes/GenericDataAdmin_right.ss | 2 +- templates/Includes/NewsletterAdmin_right.ss | 2 +- templates/Includes/ReportAdmin_right.ss | 2 +- templates/Includes/SecurityAdmin_right.ss | 2 +- templates/Includes/StatisticsAdmin_right.ss | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/Includes/AssetAdmin_right.ss b/templates/Includes/AssetAdmin_right.ss index 1ea052bb..c43de03f 100755 --- a/templates/Includes/AssetAdmin_right.ss +++ b/templates/Includes/AssetAdmin_right.ss @@ -1,4 +1,4 @@ -
Folder contents
+
diff --git a/templates/Includes/BulkLoaderAdmin_right.ss b/templates/Includes/BulkLoaderAdmin_right.ss index cbc6eadd..21d92138 100755 --- a/templates/Includes/BulkLoaderAdmin_right.ss +++ b/templates/Includes/BulkLoaderAdmin_right.ss @@ -1,4 +1,4 @@ -
Bulk loader
+
diff --git a/templates/Includes/CMSMain_left.ss b/templates/Includes/CMSMain_left.ss index af100aac..d603f506 100755 --- a/templates/Includes/CMSMain_left.ss +++ b/templates/Includes/CMSMain_left.ss @@ -1,4 +1,4 @@ -
My Site
+

diff --git a/templates/Includes/CMSMain_right.ss b/templates/Includes/CMSMain_right.ss index efc0a3c6..6ccb7c43 100755 --- a/templates/Includes/CMSMain_right.ss +++ b/templates/Includes/CMSMain_right.ss @@ -1,4 +1,4 @@ -
Edit Page
+ <% include Editor_toolbar %>
diff --git a/templates/Includes/GenericDataAdmin_right.ss b/templates/Includes/GenericDataAdmin_right.ss index fabbd046..6e97e0f7 100755 --- a/templates/Includes/GenericDataAdmin_right.ss +++ b/templates/Includes/GenericDataAdmin_right.ss @@ -1,4 +1,4 @@ -
Edit Page
+ <% include Editor_toolbar %> <% if EditForm %> diff --git a/templates/Includes/NewsletterAdmin_right.ss b/templates/Includes/NewsletterAdmin_right.ss index 2fe8b875..44fc06fb 100755 --- a/templates/Includes/NewsletterAdmin_right.ss +++ b/templates/Includes/NewsletterAdmin_right.ss @@ -1,4 +1,4 @@ -
Edit Content
+ <% include Editor_toolbar %> diff --git a/templates/Includes/ReportAdmin_right.ss b/templates/Includes/ReportAdmin_right.ss index ffd861b6..a5cf273a 100755 --- a/templates/Includes/ReportAdmin_right.ss +++ b/templates/Includes/ReportAdmin_right.ss @@ -1,4 +1,4 @@ -
Report Details
+ <% if EditForm %> $EditForm diff --git a/templates/Includes/SecurityAdmin_right.ss b/templates/Includes/SecurityAdmin_right.ss index f5031764..0a0b45b1 100644 --- a/templates/Includes/SecurityAdmin_right.ss +++ b/templates/Includes/SecurityAdmin_right.ss @@ -1,4 +1,4 @@ -
Users in this Group
+
diff --git a/templates/Includes/StatisticsAdmin_right.ss b/templates/Includes/StatisticsAdmin_right.ss index 8d4fbc13..4638749e 100644 --- a/templates/Includes/StatisticsAdmin_right.ss +++ b/templates/Includes/StatisticsAdmin_right.ss @@ -1,4 +1,4 @@ -
Statistics
+ <% if EditForm %> $EditForm