mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
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
This commit is contained in:
parent
658a03be74
commit
b13f8a3963
@ -1,4 +1,4 @@
|
||||
<div class="title"><div >Folder contents</div></div>
|
||||
<!-- <div class="title"><div >Folder contents</div></div> -->
|
||||
|
||||
<div id="form_actions_right" class="ajaxActions">
|
||||
</div>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="title"><div>Bulk loader</div></div>
|
||||
<!-- <div class="title"><div>Bulk loader</div></div> -->
|
||||
|
||||
<form id="Form_EditForm" action="admin/bulkload?executeForm=EditForm" method="post" enctype="multipart/form-data">
|
||||
<iframe style="width: 100%; height: 100%" src="admin/bulkload/iframe/$Class"></iframe>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="title"><div style="background-image : url(cms/images/panels/MySite.png)">My Site</div></div>
|
||||
<!-- <div class="title"><div style="background-image : url(cms/images/panels/MySite.png)">My Site</div></div> -->
|
||||
|
||||
<div id="treepanes">
|
||||
<h2 id="heading_sitetree" class="selected">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="title"><div style="background-image : url(cms/images/panels/EditPage.png)">Edit Page</div></div>
|
||||
<!-- <div class="title"><div style="background-image : url(cms/images/panels/EditPage.png)">Edit Page</div></div> -->
|
||||
<% include Editor_toolbar %>
|
||||
|
||||
<div id="form_actions_right" class="ajaxActions">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="title"><div style="background-image : url(cms/images/panels/EditPage.png)">Edit Page</div></div>
|
||||
<!-- <div class="title"><div style="background-image : url(cms/images/panels/EditPage.png)">Edit Page</div></div> -->
|
||||
<% include Editor_toolbar %>
|
||||
|
||||
<% if EditForm %>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="title"><div>Edit Content</div></div>
|
||||
<!-- <div class="title"><div>Edit Content</div></div> -->
|
||||
|
||||
<% include Editor_toolbar %>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="title"><div>Report Details</div></div>
|
||||
<!-- <div class="title"><div>Report Details</div></div> -->
|
||||
|
||||
<% if EditForm %>
|
||||
$EditForm
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="title"><div>Users in this Group</div></div>
|
||||
<!-- <div class="title"><div>Users in this Group</div></div> -->
|
||||
|
||||
<div id="form_actions_right" class="ajaxActions">
|
||||
</div>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="title"><div>Statistics</div></div>
|
||||
<!-- <div class="title"><div>Statistics</div></div> -->
|
||||
|
||||
<% if EditForm %>
|
||||
$EditForm
|
||||
|
Loading…
x
Reference in New Issue
Block a user