mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Fixed height of MemberTableField 'Groups' tab to allow enough room for TreeMultiSelectField expansion
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@98883 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
fc8f4130c2
commit
d68bbc2c01
@ -414,6 +414,7 @@ class MemberTableField_Popup extends ComplexTableField_Popup {
|
|||||||
function forTemplate() {
|
function forTemplate() {
|
||||||
$ret = parent::forTemplate();
|
$ret = parent::forTemplate();
|
||||||
|
|
||||||
|
Requirements::css(CMS_DIR . '/css/SecurityAdmin.css');
|
||||||
Requirements::javascript(CMS_DIR . '/javascript/MemberTableField.js');
|
Requirements::javascript(CMS_DIR . '/javascript/MemberTableField.js');
|
||||||
Requirements::javascript(CMS_DIR . '/javascript/MemberTableField_popup.js');
|
Requirements::javascript(CMS_DIR . '/javascript/MemberTableField_popup.js');
|
||||||
|
|
||||||
|
@ -6,3 +6,9 @@
|
|||||||
#Form_EditForm_Permissions .Arg input {
|
#Form_EditForm_Permissions .Arg input {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Ensure there's enough room in the tab for TreeMultiSelectField expansion */
|
||||||
|
#MemberTableField_Popup_DetailForm #Groups,
|
||||||
|
#MemberTableField_Popup_AddForm #Groups {
|
||||||
|
height: 250px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user