Closed (fixed)
Project:
Util
Version:
6.x-2.x-dev
Component:
Permissions fieldsets
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2009 at 22:35 UTC
Updated:
20 Oct 2009 at 23:40 UTC
A very minor issue, the close anchor tag is missing in perms_fieldsets.module, here is a patch.
Also, I added the following to my theme css
fieldset legend a{
font-weight: bold;
cursor: pointer;
}
just to make it consistent with other collapible fieldsets
| Comment | File | Size | Author |
|---|---|---|---|
| perms_fieldsets_1.patch | 656 bytes | hutch |
Comments
Comment #1
nancydruThanks for the patch. Committed to 6.x-2.x-dev.