In my theme (default Drupal 5) there is no "dl.admin-list", so the icons will not show.

CommentFileSizeAuthor
#4 admin.html17.36 KBxl-network

Comments

thepanz’s picture

I used Garland as the base theme..

xl-network’s picture

Me too. I customized it a bit, but the basics are still the same. Strange...

thepanz’s picture

Really strange, can you check if:
- In /admin pages is there a "dl.admin" HTML class
- Iconizer module is enabled (if in your admin page is loaded my module admin_icons.css stylesheet)
- If you overrided CSS rules, so icons are hidden

maybe you can try to re-enable Graland (original) theme and check if the icons appaears.

Let me know! And thank you for your Issue! :)
Bye!

xl-network’s picture

StatusFileSize
new17.36 KB

There is no DL tag whatsoever in the /admin page. The CSS file is included in the page. Reenableing the original Garland theme does'nt work either.

I've included the outputed HTML from the admin page.

thepanz’s picture

Ok, I get it! My module's CSS display icons only with "Show description" enabled! I'll change the CSS to also display icons when descriptions aren't enabled! :)
Stay tuned!

Bye!

xl-network’s picture

That's it. When I enabled the descriptions, it works. Good luck changing the CSS.

thepanz’s picture

Version: 5.x-1.0-beta » 5.x-1.x-dev
Assigned: Unassigned » thepanz
Status: Active » Fixed

You can download the -dev version (I got some problems with changing -BETA in CVS system), I fixed the "Don't show descriptions" issue! Remember to replace non-GPL admin_icons using my package.
Bye

Anonymous’s picture

Status: Fixed » Closed (fixed)