Roundcube Community Forum

 

Text for the buttons

Started by bosse, February 09, 2011, 09:37:06 AM

Previous topic - Next topic

bosse

As im workin on a new skin i need some more textlabels in the labels.inc files in order to create nice css Textbuttons.

I added the following labels to the English (GB) labels.inc.

$labels['newmessage'] = 'Compose';
$labels['reply'] = 'Reply';
$labels['forward'] = 'Forward';
$labels['marks'] = 'Marks';
$labels['options'] = 'Options';
$labels['refresh'] = 'Refresh';


All other buttons could be set up with existing labels.

Would it be possible to add official button labels to the language files. Theme designers could choose whether they want a text label or just an icon (or even both) as button.

cheers
bosse

dshepherd

You'll need to submit this to the bug tracker as a feature request

SKaero


bosse


rosali

The ticket is still open, but has milestone 'later'. Bump it up by adding a comment.

You might consider that it is very easy to add extra labels by a plugin.
Regards,
Rosali

bosse

I will do that.

Well, i need the labels for a skin. I don't know how to code plugins.