MINOR Marking ModelAdmin tools filters panel as expanded by default (related to #7210)

This commit is contained in:
Ingo Schommer 2012-05-01 14:08:55 +02:00
parent b428fa1548
commit feab46e075
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
(function($) {
$.entwine('ss', function($){
$('#cms-content-tools #Form_SearchForm').entwine({
$('.cms-content-tools #Form_SearchForm').entwine({
onsubmit: function(e) {
//We need to trigger handleStateChange() explicitly, otherwise handleStageChange()
//doesn't called if landing from another section of cms

View File

@ -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">
<h3 class="cms-panel-header"><% _t('FILTER', 'Filter') %></h3>
$SearchForm