Closed Bug 453942 Opened 17 years ago Closed 17 years ago

Text labels for icons in user account panel

Categories

(support.mozilla.org :: General, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: cilias, Assigned: paulc)

References

()

Details

(Whiteboard: sumo_only)

A recommendation via blog comment <http://blog.mozilla.com/sumo/2008/09/03/getting-notified-of-new-article-translations/#comment-7563>. "If I can suggest just one thing: maybe for new contributors it would be even better if the "home", "tools" and "notifications" icons had text under them, in order to guide them more quickly and efficiently." For clarification, the comment is about the "Dashboard", "Preferences", "My Watches", and "Action Log" icons.
Assignee: nobody → paul.craciunoiu
Target Milestone: --- → 0.8
r19574 (trunk) and r19575 (prod). Added text under all images + div-wrapper to center text & image.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: 0.8 → 0.7.2
Keywords: push-needed
Verified FIXED on http://support-stage.mozilla.org/tiki-user_preferences.php; these are localizable?
Status: RESOLVED → VERIFIED
I'm not sure how to test localization yet. Assuming {tr}content{/tr} includes localization, then yes. The {tr} had already been used in the <a> title attribute and the <img> alt attribute (see below), I used it in exactly the same way for actual text. The code for the image looks like: ----------------- <td valign="top"><a class="link" href="tiki-my_tiki.php" title="{tr}My Personal Dashboard{/tr}"><div style="text-align: center"> <img border="0" src="img/mytiki/mytiki.gif" alt="{tr}My Personal Dashboard{/tr}" /><br /> <br/>{tr}My Personal Dashboard{/tr}</div> </a></td> -----------------
Whiteboard: sumo_only
You need to log in before you can comment on or make changes to this bug.