Active
Project:
LDAP Help Module
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2011 at 10:34 UTC
Updated:
10 Nov 2011 at 10:36 UTC
Jump to comment: Most recent file
Hi,
I've just noticed a line in the ldaphelp.css file brakes the functionality of dblog entry. You are not able to filter on "type" in the dblog screen, because the following CSS entry is hiding it (display: none):
form#dblog-filter-form div#edit-type-wrapper,
table#admin-dblog th img
{ display: none;}
Please don't use such a generic CSS entry as this brakes the functionality of a core module
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1337450.patch | 333 bytes | Jochus |
Comments
Comment #1
Jochus commentedThis patch will help you to fix the dblog screen, but it brakes the functionality of the LDAPHelp module. So I don't really like my patch :p