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. -- Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252 LAN Management System Developer http://lms.org.pl Roundcube Webmail Developer http://roundcube.net _______________________________________________ List info: http://lists.roundcube.net/dev/
