![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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&_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>
Code:
<a href="./?_task=mail&_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>
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" /> Many thanks |
|
#2
|
|||
|
|||
|
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" |
|
#3
|
|||
|
|||
|
Thanks Dave.
This is a feature quite often requested for. Could you specify which are the files that need editing. Regards kmn |
|
#4
|
|||
|
|||
|
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" /> Code:
$labels['customlabel'] = 'Custom Label'; |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |