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:
Julian Seidenberg 2012-08-07 17:38:57 +12:00
parent 66422c0a31
commit ccfbe6e158
2 changed files with 7 additions and 0 deletions

View File

@ -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; }

View File

@ -38,4 +38,9 @@
}
}
}
}
#Form_EditForm_Documents input[name="filter[LastChanged]"] {
display: none;
}