mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
ENHANCEMENT: hiding the field that filters by last changed, because it is very confusing what to enter into that field to do the filtering
This commit is contained in:
parent
66422c0a31
commit
ccfbe6e158
@ -8,3 +8,5 @@
|
||||
.DMSDocumentAddController .ui-tabs ul.ui-tabs-nav { border-bottom: none; float: right; margin: 8px 0 -1px 0; padding: 0 24px 0 0; }
|
||||
.DMSDocumentAddController .ui-tabs ul.ui-tabs-nav li { padding-bottom: 1px; border: 1px solid #C0C0C2; }
|
||||
.DMSDocumentAddController .ui-tabs ul.ui-tabs-nav li a { padding: 8px 20px 8px; }
|
||||
|
||||
#Form_EditForm_Documents input[name="filter[LastChanged]"] { display: none; }
|
||||
|
@ -38,4 +38,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#Form_EditForm_Documents input[name="filter[LastChanged]"] {
|
||||
display: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user