2007-07-19 12:40:05 +02:00
<div id= "treepanes" >
ENHANCEMENT Using jQuery layout manager plugin to size panels in main CMS interface. Removed custom javascript resizing and CSS rules.
API CHANGE Removed custom resizing javascript methods: window.ontabschanged, window.onresize, fixRightWidth(), fixHeight_left()
API CHANGE Removed DraggableSeparator, SideTabs, SideTabItem javascript classes
API CHANGE Removed Effect.ReSize and Highlighter javascript helper classes
API CHANGE Modified template structure in CMSMain_left.ss, CMSMain_right.ss and LeftAndMain.ss
API CHANGE Modified markup IDs in LeftAndMain/CMSMain templates, removed "left", "right", "contentPanel", "bottom"
ENHANCEMENT Using jquery-latest (currently 1.3) in CMSMain and LeftAndMain
ENHANCEMENT Added jQuery UI library and "smoothness" theme to default CMS interface
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92581 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:35:20 +01:00
<h3>
<a href= "#" ><% _t ( 'SITECONTENT TITLE ', 'Site Content and Structure ',PR_HIGH ) %></a>
</h3>
2007-07-19 12:40:05 +02:00
<div id= "sitetree_holder" >
2009-11-21 03:36:09 +01:00
<div id= "sitetree_and_tools" >
<div id= "TreeTools" >
<% include CMSMain_TreeTools %>
2009-02-03 04:26:44 +01:00
</div>
2009-11-21 03:36:09 +01:00
<div id= "sitetree_ul" >
$SiteTreeAsUL
2009-02-03 04:22:20 +01:00
</div>
2009-05-14 08:11:18 +02:00
</div>
2009-04-29 03:44:28 +02:00
ENHANCEMENT Using jQuery layout manager plugin to size panels in main CMS interface. Removed custom javascript resizing and CSS rules.
API CHANGE Removed custom resizing javascript methods: window.ontabschanged, window.onresize, fixRightWidth(), fixHeight_left()
API CHANGE Removed DraggableSeparator, SideTabs, SideTabItem javascript classes
API CHANGE Removed Effect.ReSize and Highlighter javascript helper classes
API CHANGE Modified template structure in CMSMain_left.ss, CMSMain_right.ss and LeftAndMain.ss
API CHANGE Modified markup IDs in LeftAndMain/CMSMain templates, removed "left", "right", "contentPanel", "bottom"
ENHANCEMENT Using jquery-latest (currently 1.3) in CMSMain and LeftAndMain
ENHANCEMENT Added jQuery UI library and "smoothness" theme to default CMS interface
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92581 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:35:20 +01:00
<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>
2007-07-19 12:40:05 +02:00
ENHANCEMENT Using jQuery layout manager plugin to size panels in main CMS interface. Removed custom javascript resizing and CSS rules.
API CHANGE Removed custom resizing javascript methods: window.ontabschanged, window.onresize, fixRightWidth(), fixHeight_left()
API CHANGE Removed DraggableSeparator, SideTabs, SideTabItem javascript classes
API CHANGE Removed Effect.ReSize and Highlighter javascript helper classes
API CHANGE Modified template structure in CMSMain_left.ss, CMSMain_right.ss and LeftAndMain.ss
API CHANGE Modified markup IDs in LeftAndMain/CMSMain templates, removed "left", "right", "contentPanel", "bottom"
ENHANCEMENT Using jquery-latest (currently 1.3) in CMSMain and LeftAndMain
ENHANCEMENT Added jQuery UI library and "smoothness" theme to default CMS interface
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92581 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:35:20 +01:00
<h3>
<a href= "#" ><% _t ( 'PAGEVERSIONH ', 'Page Version History ' ) %></a>
</h3>
<div id= "versions_holder" >
2007-07-19 12:40:05 +02:00
<p class= "pane_actions" id= "versions_actions" >
2009-02-03 04:26:44 +01:00
<span class= "versionChoice" >
<input type= "checkbox" id= "versions_comparemode" /> <label for= "versions_comparemode" ><% _t ( 'COMPAREMODE ', 'Compare mode ( click 2 below ) ' ) %></label>
</span>
<span class= "versionChoice" >
<input type= "checkbox" id= "versions_showall" /> <label for= "versions_showall" ><% _t ( 'SHOWUNPUB ', 'Show unpublished versions ' ) %></label>
</span>
2007-07-19 12:40:05 +02:00
</p>
<div class= "unitBody" >
</div>
</div>
2008-11-10 05:07:03 +01:00
ENHANCEMENT Using jQuery layout manager plugin to size panels in main CMS interface. Removed custom javascript resizing and CSS rules.
API CHANGE Removed custom resizing javascript methods: window.ontabschanged, window.onresize, fixRightWidth(), fixHeight_left()
API CHANGE Removed DraggableSeparator, SideTabs, SideTabItem javascript classes
API CHANGE Removed Effect.ReSize and Highlighter javascript helper classes
API CHANGE Modified template structure in CMSMain_left.ss, CMSMain_right.ss and LeftAndMain.ss
API CHANGE Modified markup IDs in LeftAndMain/CMSMain templates, removed "left", "right", "contentPanel", "bottom"
ENHANCEMENT Using jquery-latest (currently 1.3) in CMSMain and LeftAndMain
ENHANCEMENT Added jQuery UI library and "smoothness" theme to default CMS interface
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92581 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:35:20 +01:00
<h3>
<a href= "#" ><% _t ( 'SITEREPORTS ', 'Site Reports ' ) %></a>
</h3>
<div class= "listpane" id= "reports_holder" >
<p id= "ReportSelector_holder" >$ReportSelector <input class= "action" type= "submit" id= "report_select_go" value= "<% _t('GO','Go') %>" /></p>
<div class= "unitBody" >
</div>
2007-07-19 12:40:05 +02:00
</div>
2008-02-25 03:10:37 +01:00
</div>