When admin_menu is enabled and I go to the Users administration page under "User management", the title is displayed incorrectly(?) as:

0 / 1 Only local images are allowed.

If I view source, the HTML is escaped e.g. the img tag looks like <img

If I disable the admin_menu module and go to the same page, the title is displayed as "Users".

Screenshots are attached. This was seen on FF2/IE6 on Windows. As a workaround, I created a page template for my theme called page-admin-user-user.tpl.php which is identical to my page.tpl.php except for that the title in the
and tags is hardcoded to the string "Users".

Comments

happysnowmantech’s picture

Sorry, I mucked up the formatting in the original bug description. Trying again:

When admin_menu is enabled and I go to the Users administration page under "User management", the title is displayed incorrectly(?) as:

0 / 1 <img src="/sites/default/modules/admin_menu/images/icon_users.png" width="16" height="15" alt="Current anonymous / authenticated users" title="Current anonymous / authenticated users" />

If I view source, the HTML is escaped e.g. the img tag looks like &lt;img

If I disable the admin_menu module and go to the same page, the title is displayed as "Users".

Screenshots are attached. This was seen on FF2/IE6 on Windows. As a workaround, I created a page template for my theme called page-admin-user-user.tpl.php which is identical to my page.tpl.php except for that the title in the <h2> and <title> tags is hardcoded to the string "Users".

sun’s picture

Status: Active » Closed (duplicate)
thejtate’s picture

StatusFileSize
new140.77 KB

I've ran into the exact same problem myself. Never could figure out where it's at. Never had the time nor will power to really dig for the issue. Just need to dig deeper into the php I guess.