silverstripe-cms/templates/Includes/CMSMain_left.ss
Ingo Schommer 3b50f8d3f3 ENHANCEMENT Changed menu title from "Site Content" to "Pages" to be consistent with other menu labels
ENHANCEMENT Changed tree root node in CMS to get title from SiteConfig rather than defaulting to "Site Content"
ENHANCEMENT Changed tree panel headline in CMS from "Site Content and Structure" to "Page Tree" to stay consistent with new CMS menu title (from r97597)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@102731 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-04-13 22:19:49 +00:00

39 lines
1.3 KiB
Scheme
Executable File

<div id="treepanes">
<h3>
<a href="#"><% _t('SITECONTENT TITLE','Page Tree',PR_HIGH) %></a>
</h3>
<div id="sitetree_holder">
<div id="sitetree_and_tools">
<div id="TreeTools">
<% include CMSMain_TreeTools %>
</div>
<div id="sitetree_ul">
$SiteTreeAsUL
</div>
</div>
<div id="publication_key">
<% _t('KEY','Key:') %>
<ins style="cursor: help" title="<% _t('ADDEDNOTPUB','Added to the draft site and not published yet') %>"><% _t('NEW','new') %></ins>
<del style="cursor: help" title="<% _t('DELETEDSTILLLIVE','Deleted from the draft site but still on the live site') %>"><% _t('DEL','deleted') %></del>
<span style="cursor: help" title="<% _t('EDITEDNOTPUB','Edited on the draft site and not published yet') %>" class="modified"><% _t('CHANGED','changed') %></span>
<span style="cursor: help" title="<% _t('NOTINMENU','Excluded from navigation menus') %>" class="notinmenu"><% _t('HIDDEN','hidden') %></span>
</div>
</div>
<h3>
<a href="#"><% _t('PAGEVERSIONH','Page Version History') %></a>
</h3>
<div id="versions_holder">
$VersionsForm
</div>
<h3>
<a href="#"><% _t('SITEREPORTS','Site Reports') %></a>
</h3>
<div class="listpane" id="reports_holder">
$SideReportsForm
<div id="SideReportsHolder"></div>
</div>
</div>