Roundcube Community Forum

Release Support => Release Discussion => Topic started by: joan on February 01, 2008, 10:30:47 AM

Title: taskbar button
Post by: joan on February 01, 2008, 10:30:47 AM
Hi, i'm using roundcubemail-0.1-rc2 (i upgraded from version 0.1-beta). apparently all works ok except the icons of taskbar. I added two customized icons (vacation and change-password) but the text of icons not show, i see only the image.

My configuration for do this:

program/localization/es/labels.inc (i configured roundcube with spanish language)
[...]
$labels['change_password'] = 'Cambiar password';
$labels['vacation'] = 'Vacation E-mail';
[...]

skins/my-skin/includes/taskbar.html (i also configured $rcmail_config['skin_path'] = 'skins/my-skin/';)
[...]


[...]

Previus version of roundcube works ok with this configuration

i have been able show the text os icons with the following lines:

 
 

but when doing 'click' to the icons doesn't happen anything

Why with previus versions of roundcube works ok ?
Anyone help me?

thanks