Skip to content

Commit

Permalink
MINOR Removed duplicate HTML ids from tools panels, which meant they …
Browse files Browse the repository at this point in the history
…were sharing a collapse state cookie (see #7210). Marking AssetAdmin filters and 'edit page" tree sidebar as expanded by default, but the filters on "pages" as collapsed.
  • Loading branch information
chillu committed May 1, 2012
1 parent f5d1831 commit c6cca21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/Includes/AssetAdmin_Tools.ss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="cms-content-tools west cms-panel cms-panel-layout collapsed" id="cms-content-tools" data-expandOnClick="true" data-layout-type="border">
<div class="cms-content-tools west cms-panel cms-panel-layout collapsed" id="cms-content-tools-AssetAdmin" data-expandOnClick="true" data-layout-type="border">
<div class="cms-panel-content center">
<h3 class="cms-panel-header"><% _t('FILTER', 'Filter') %></h3>
$SearchForm
Expand Down
2 changes: 1 addition & 1 deletion templates/Includes/CMSMain_Tools.ss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="cms-content-tools west cms-panel cms-panel-layout collapsed" id="cms-content-tools" data-expandOnClick="true" data-layout-type="border" id="cms-content-tools-CMSMain">
<div class="cms-content-tools west cms-panel cms-panel-layout" data-expandOnClick="true" data-layout-type="border" id="cms-content-tools-CMSMain">
<div class="cms-panel-content center">
<div class="cms-content-view cms-tree-view-sidebar cms-panel-deferred" id="cms-content-treeview" data-url="$LinkTreeView">
<%-- Lazy-loaded via ajax --%>
Expand Down
2 changes: 1 addition & 1 deletion templates/Includes/CMSPagesController_Tools.ss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="cms-content-tools west cms-panel cms-panel-layout collapsed" id="cms-content-tools" data-expandOnClick="true" data-layout-type="border" id="cms-content-tools-CMSPagesController">
<div class="cms-content-tools west cms-panel cms-panel-layout collapsed" data-expandOnClick="true" data-layout-type="border" id="cms-content-tools-CMSPagesController">
<div class="cms-panel-content center">
<h3 class="cms-panel-header"><% _t('FILTER', 'Filter') %></h3>
$SearchForm
Expand Down

0 comments on commit c6cca21

Please sign in to comment.