Menu

Fixed image title for "Male"

The "title" property (you will see through mouse-over) for Male icon said "Female". 1.03b fixed this issue.

You can manually fix this by editing the following files:

/template/default/_msg.inc.tpl /template/default/admin/msg.inc.tpl /template/default/export/msg.inc.tpl

and correcting the following line: <img class="usrgb-icon" src="${assets_path}/male16.png" alt="Male" title="Female"/>

to:

<img class="usrgb-icon" src="${assets_path}/male16.png" alt="Male" title="Male"/>

Posted by Jeremy Liu 2008-06-26

Log in to post a comment.