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)
support.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
0.7.2
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.
Updated•17 years ago
|
Assignee: nobody → paul.craciunoiu
Target Milestone: --- → 0.8
| Assignee | ||
Comment 1•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: 0.8 → 0.7.2
Updated•17 years ago
|
Keywords: push-needed
Comment 2•17 years ago
|
||
Verified FIXED on http://support-stage.mozilla.org/tiki-user_preferences.php; these are localizable?
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 3•17 years ago
|
||
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>
-----------------
Updated•17 years ago
|
Keywords: push-needed
Updated•16 years ago
|
Whiteboard: sumo_only
You need to log in
before you can comment on or make changes to this bug.
Description
•