Author Topic: taskbar button  (Read 3954 times)

Offline joan

  • Newbie
  • *
  • Posts: 1
taskbar button
« 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/';)
[...]
https://my-tool-for-change-password.html"> echo htmlspecialchars(rcube_label("change_password")) ?>
https://my-tool-for-vacation.html"> echo htmlspecialchars(rcube_label("vacation")) ?>
[...]

Previus version of roundcube works ok with this configuration

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

 https://my-tool-for-change-password.html"/>
 https://my-tool-for-vacation.html"/>

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

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

thanks