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.