RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Miscellaneous > Roundcube Discussion

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 10-29-2007, 03:26 PM
Registered User
 
Join Date: Oct 2007
Posts: 9
Downloads: 0
Uploads: 0
Default Text Under Message Toolbar

Im trying to add the title for each of the icons like compose, reply etc etc under the correct image

so far I've been able to show text but its not within the link

Code:
<a href="./?_task=mail&amp;_action=compose" onclick="return rcmail.command('compose','',this)" onmousedown="return rcmail.button_sel('compose','rcmbtn104')" onmouseup="return rcmail.button_out('compose','rcmbtn104')" title="Create a new message"><img src="skins/default/images/buttons/compose_pas.png" id="rcmbtn104" border="0" alt="" /></a><br />Create Mail</div>
I need to be able to get it to output

Code:
<a href="./?_task=mail&amp;_action=compose" onclick="return rcmail.command('compose','',this)" onmousedown="return rcmail.button_sel('compose','rcmbtn104')" onmouseup="return rcmail.button_out('compose','rcmbtn104')" title="Create a new message"><img src="skins/default/images/buttons/compose_pas.png" id="rcmbtn104" border="0" alt="" /><br />Create Mail</a>
I presume this would need editing:

Code:
<roundcube:button command="reply-all" class="nav" imageSel="/images/buttons/replyall_sel.png" imageAct="/images/buttons/replyall_act.png" imagePas="/images/buttons/replyall_pas.png" title="replytoallmessage" />
Does anyone know if this is possible

Many thanks

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 10-29-2007, 05:42 PM
Registered User
 
Join Date: Oct 2007
Posts: 9
Downloads: 0
Uploads: 0
Default Re: Text Under Message Toolbar

After some searching I've managed to sort this

For anyone who would like to do the same all you need to do is enter

Code:
label="forwardmessage"
replace "forwardmessage" with whatever text you want displayed
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 12-10-2007, 05:34 AM
kmn kmn is offline
Registered User
 
Join Date: May 2007
Posts: 41
Downloads: 0
Uploads: 0
Default Re: Text Under Message Toolbar

Thanks Dave.

This is a feature quite often requested for.

Could you specify which are the files that need editing.

Regards

kmn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 01-21-2008, 03:18 PM
Registered User
 
Join Date: Oct 2007
Posts: 9
Downloads: 0
Uploads: 0
Default Re: Text Under Message Toolbar

Sorry for the rather delayed post the files you need to edit are html template files for example compose.html and find the buttons etc

Code:
<roundcube:button command="send" imageSel="/images/buttons/send_sel.png" imageAct="/images/buttons/send_act.png" imagePas="/images/buttons/send_pas.png" label="customlabel" title="sendmessage" />
Then you need to go to the localization dir select your language dir and open labels.inc and add your custom label

Code:
$labels['customlabel'] = 'Custom Label';
Hope this helps
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:16 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