mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR DOM identifiers for tools panels so that the Panel.js logic can store their expansion state in a cookie
This commit is contained in:
parent
63d0fcbde4
commit
5167e394d4
@ -1,4 +1,4 @@
|
|||||||
<div class="cms-content-tools west cms-panel cms-panel-layout" data-expandOnClick="true" data-layout="{type: 'border'}">
|
<div class="cms-content-tools west cms-panel cms-panel-layout" data-expandOnClick="true" data-layout="{type: 'border'}" id="cms-content-tools-CMSPageEditController">
|
||||||
<div class="cms-content-header cms-panel-header north">
|
<div class="cms-content-header cms-panel-header north">
|
||||||
<h2><% _t('CMSPageEditController.Title','Pages') %></h2>
|
<h2><% _t('CMSPageEditController.Title','Pages') %></h2>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="cms-content-tools west cms-panel cms-panel-layout" data-expandOnClick="true" data-layout="{type: 'border'}">
|
<div class="cms-content-tools west cms-panel cms-panel-layout" data-expandOnClick="true" data-layout="{type: 'border'}" id="cms-content-tools-CMSPageHistoryController">
|
||||||
<div class="cms-content-header north">
|
<div class="cms-content-header north">
|
||||||
<div>
|
<div>
|
||||||
<h2><% _t('CMSPageHistoryController.History','History') %></h2>
|
<h2><% _t('CMSPageHistoryController.History','History') %></h2>
|
||||||
|
@ -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" data-expandOnClick="true" data-layout="{type: 'border'}" id="cms-content-tools-CMSPagesController">
|
||||||
<div class="cms-panel-content center">
|
<div class="cms-panel-content center">
|
||||||
<h3 class="cms-panel-header"><% _t('FILTER', 'Filter') %></h3>
|
<h3 class="cms-panel-header"><% _t('FILTER', 'Filter') %></h3>
|
||||||
$SearchForm
|
$SearchForm
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="cms-content-tools west">
|
<div class="cms-content-tools west" id="cms-content-tools-ReportAdmin">
|
||||||
|
|
||||||
<ul class="ui-widget-content">
|
<ul class="ui-widget-content">
|
||||||
<% control Reports %>
|
<% control Reports %>
|
||||||
|
Loading…
Reference in New Issue
Block a user