Hi everyone,
I guess it's been discussed before, but I can't find any recent (last
6 months) discussions about it: text labels around (besides, below)
images/icons in the default skin. We're using 0.3.1-stable BTW.
The only icons that have text labels besides them are in the #taskbar
div at the top right of the default skin. Judging from the template
for the taskbar, I would guess its pretty easy to add text labels on
other icons. For instance around those in the #mailboxcontrols div.
Instead of the default:
<roundcube:button command="expunge" type="link" title="compact"
class="buttonPas expunge" classAct="button expunge" classSel="button
expungesel" content=" " />
I added label="expunge":
<roundcube:button command="expunge" label="expunge" type="link"
title="compact" class="buttonPas expunge" classAct="button expunge"
classSel="button expungesel" content=" " />
Adding a label tag doesn't have any result, though the same syntax is
used in the #tasbar:
<roundcube:button command="mail" label="mail" class="button-mail" />
What am I missing here?
thanks in advance,
Br.
Dennis _______________________________________________ List info: http://lists.roundcube.net/dev/
Dennis Ortsen wrote:
<roundcube:button command="expunge" type="link" title="compact"
class="buttonPas expunge" classAct="button expunge" classSel="button
expungesel" content=" " />I added label="expunge":
<roundcube:button command="expunge" label="expunge" type="link"
title="compact" class="buttonPas expunge" classAct="button expunge"
classSel="button expungesel" content=" " />Adding a label tag doesn't have any result, though the same syntax is
used in the #tasbar:<roundcube:button command="mail" label="mail" class="button-mail" />
What am I missing here?
Type attribute, see rcube_template::button method for more info.