RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Requests

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 12-05-2006, 09:21 PM
joe joe is offline
Registered User
 
Join Date: Dec 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Text labels for all icons

Feature Request: Text labels for all icons

I'd like to see all of the icons have text labels underneath -- in BIG, BOLD letters. The mouse-over isn't enough (although, it IS cool!) Perhaps that could be an option that the user could turn on/off in their Personal Settings.

Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 01-22-2007, 01:56 AM
Registered User
 
Join Date: Jan 2007
Posts: 4
Downloads: 0
Uploads: 0
Default Re: Text labels for all icons

I'd like the option too, maybe not big and bold though =P

Users can be unbelievably stupid.

Also the option to have check boxes when deleting messages, which kind of go's against the real client feel, but the amount of times users somehow start to select multiple messages, and then read an email is insane. I don't know how they do it.

Just proves how incredibly computer illiterate they are.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 01-23-2007, 12:52 AM
Registered User
 
Join Date: Dec 2006
Posts: 77
Downloads: 0
Uploads: 0
Default Re: Text labels for all icons

I customized a skin once to accomplish this, but I also had to add "short" labels for the actions. Such as "Check Mail" for "Check for new messages" and "Compose" for "Create a new message"

It was a few changes in CSS to fix alignment, and some changes such as this in skins/templates/mail.html:

Code:
<div id="messagetoolbar">
 <div id="toolbar-button"><roundcube:button command="checkmail" imageSel="/images/buttons/inbox_sel.png" imageAct="/images/buttons/inbox_act.png" imagePas="/images/buttons/inbox_pas.png" width="32" height="32" title="checkmail" /><br /><roundcube:label name="checkmail_short" /></div>
 <div id="toolbar-button"><roundcube:button command="compose" imageSel="/images/buttons/compose_sel.png" imageAct="/images/buttons/compose_act.png" imagePas="/images/buttons/compose_pas.png" width="32" height="32" title="writenewmessage" /><br /><roundcube:label name="writenewmessage_short" /></div>
 <div id="toolbar-button"><roundcube:button command="reply" imageSel="/images/buttons/reply_sel.png" imageAct="/images/buttons/reply_act.png" imagePas="/images/buttons/reply_pas.png" width="32" height="32" title="replytomessage" /><br /><roundcube:label name="replytomessage_short" /></div>
 <div id="toolbar-button"><roundcube:button command="reply-all" imageSel="/images/buttons/reply-all_sel.png" imageAct="/images/buttons/replyall_act.png" imagePas="/images/buttons/replyall_pas.png" width="32" height="32" title="replytoallmessage" /><br /><roundcube:label name="replytoallmessage_short" /></div>
 <div id="toolbar-button"><roundcube:button command="forward" imageSel="/images/buttons/forward_sel.png" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" /><br /><roundcube:label name="forwardmessage_short" /></div>
 <div id="toolbar-button"><roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" /><br /><roundcube:label name="deletemessage_short" /></div>
 <div id="toolbar-button"><roundcube:button command="print" imageSel="/images/buttons/print_sel.png" imageAct="/images/buttons/print_act.png" imagePas="/images/buttons/print_pas.png" width="32" height="32" title="printmessage" /><br /><roundcube:label name="printmessage_short" /></div>
</div>
I haven't been maintaining it lately as I went back to the default skin long ago (It's hard to maintain a skin when following SVN!)
It probably could use a lot more formatting work...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 02-01-2007, 03:00 AM
Registered User
 
Join Date: Jan 2007
Posts: 3
Downloads: 0
Uploads: 0
Default Re: Text labels for all icons

Thats GREAT! I have been looking for that for a while... Do you have the CSS code still to fix the alignment?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 02-02-2007, 11:47 PM
Registered User
 
Join Date: Dec 2006
Posts: 77
Downloads: 0
Uploads: 0
Default Re: Text labels for all icons

My CSS changes were lost as a result of a failed attempt at merging in some changes made during an update.

If I find an old copy somewhere I'll post it in the thread. I'll keep digging.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 03-16-2007, 03:50 PM
Registered User
 
Join Date: Mar 2007
Posts: 7
Downloads: 0
Uploads: 0
Send a message via AIM to cbernardi Send a message via Yahoo to cbernardi
Default Re: Text labels for all icons

If there's enough interest in text labels, I'll gladly create a workaround. Just PM me or reply here.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 05-27-2007, 06:32 PM
Registered User
 
Join Date: May 2007
Posts: 7
Downloads: 0
Uploads: 0
Default Re: Text labels for all icons

I'd just like to show my support for the option of icon labels, it would certainly make things easier for some people.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 06-05-2007, 07:51 PM
Registered User
 
Join Date: Jun 2007
Posts: 2
Downloads: 0
Uploads: 0
Default Re: Text labels for all icons

I, too, would like to see this added as a configurable option.

I'm carefully looking for potential replacements for our Horde/Imp webmail system. RoundCube seems to be the best so far, but little things like this are very important in our decision, as we don't want a bunch of confused users if/when we make the switch.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 07-07-2007, 07:43 PM
Registered User
 
Join Date: May 2007
Posts: 7
Downloads: 0
Uploads: 0
Default Re: Text labels for all icons

Please see: http://roundcubeforum.net/forum/index.php?topic=1881.0
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 09:30 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community