mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Marking ModelAdmin tools filters panel as expanded by default (related to #7210)
This commit is contained in:
parent
b428fa1548
commit
feab46e075
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
(function($) {
|
(function($) {
|
||||||
$.entwine('ss', function($){
|
$.entwine('ss', function($){
|
||||||
$('#cms-content-tools #Form_SearchForm').entwine({
|
$('.cms-content-tools #Form_SearchForm').entwine({
|
||||||
onsubmit: function(e) {
|
onsubmit: function(e) {
|
||||||
//We need to trigger handleStateChange() explicitly, otherwise handleStageChange()
|
//We need to trigger handleStateChange() explicitly, otherwise handleStageChange()
|
||||||
//doesn't called if landing from another section of cms
|
//doesn't called if landing from another section of cms
|
||||||
|
@ -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" id="cms-content-tools-ModelAdmin" data-expandOnClick="true" data-layout-type="border">
|
||||||
<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
|
||||||
|
Loading…
Reference in New Issue
Block a user