Successfully installed the mod, but now I've lost some of the formatting on some of my tables namely in the Access Control table and on the Blocks administration page. The parent items in these tables are no longer bolded and the child items are no longer indented. When I disable this mod, the formatting returns.

I checked out the HTML and it appears when this mod is installed, I lose an id on the table tag of <table id="permissions"> on the Access Control table for example. Can this be restored? It makes the tables hard to read when I lose that bold on the parents and the indents on the children.

Comments

kriskd’s picture

Fixed with the following CSS:

#user-admin-perm td.module {font-weight: bold;}
#block-admin-display td.region {font-weight: bold;}

#user-admin-perm td.permission {padding-left: 1.5em;}
#block-admin-display td.block {padding-left: 1.5em;}

Now I just must remember to remove this CSS if I uninstall the mod.

tjholowaychuk’s picture

Hmm! the attributes should be passing through to the table as if it was just the regular theme_table() function being invoked, that seems very very odd I will look into this

tjholowaychuk’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.