Hi Jakub,
Add this to template.html instead:
<a href="#" onclick="return rcmail.command ('compose','YOURADDRESS',this)" class="button-feedback">Feedback</a>
There isn't an ability to specify a subject yet, though.
Rich
On Jun 21, 2006, at 5:21 AM, Jakub Zvěřina wrote:
Hello,
I want my users to be able to send me a feedback (on the webmail)
directly by clicking button in the taskbar. So I added a line into
skins/MY_SKIN/includes/taskbar.html:<roundcube:button command="compose" label="feedback" class="button- feedback" />
into skins/MY_SKIN/common.css
a.button-feedback { background-image: url(images/buttons/feedback.gif); }
And it is sort of working now, but I would like to prefill an email
adress and a subject on the composition page - is that possible to
do through the file taskbar.html? Thanks for your advices and suggestions.-- Jakub Zverina