mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: Fix modeladmin scrollbars in ie7
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@76268 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
aa54b9916c
commit
812fad5964
@ -610,6 +610,7 @@ class ModelAdmin_CollectionController extends Controller {
|
|||||||
$this->modelClass,
|
$this->modelClass,
|
||||||
$summaryFields
|
$summaryFields
|
||||||
);
|
);
|
||||||
|
|
||||||
$tf->setCustomQuery($this->getSearchQuery($searchCriteria));
|
$tf->setCustomQuery($this->getSearchQuery($searchCriteria));
|
||||||
$tf->setPageSize($this->parentController->stat('page_length'));
|
$tf->setPageSize($this->parentController->stat('page_length'));
|
||||||
$tf->setShowPagination(true);
|
$tf->setShowPagination(true);
|
||||||
|
@ -67,7 +67,7 @@ body.ModelAdmin #ResultTable_holder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.ModelAdmin #right{
|
body.ModelAdmin #right{
|
||||||
overflow:auto;
|
overflow:auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.ModelAdmin #right #ModelAdminPanel {
|
body.ModelAdmin #right #ModelAdminPanel {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
<div id="ModelAdminPanel" style="overflow: auto">
|
<div id="ModelAdminPanel">
|
||||||
|
|
||||||
<% if EditForm %>
|
<% if EditForm %>
|
||||||
$EditForm
|
$EditForm
|
||||||
|
Loading…
Reference in New Issue
Block a user