Roundcube Community Forum

 

Compact/Expunge Button

Started by grpprod, November 13, 2010, 01:08:25 AM

Previous topic - Next topic

grpprod

Hi,

I was wondering if someone has implemented a more intuitive 'Compact' button to include to the main toolbar instead of having to use the small red icon under the folder list. It is not practical, and many users do not use our webmail just for this reason (they don't know how to purge deleted messages)

any help would be greatly appreciated

SKaero

You could change the skin file to move it to the main toolbar if you wanted.

grpprod

Thank you,
as I am not very familiar with CSS, could you identify the proper parts for me if you have the time?

But I appreciate your help anyway, and of course will try it

SKaero

Its more html then css, you need to move the link in the /skins//templates/mail.html
The buttons are:
<li><roundcube:button command=&quot;expunge&quot; type=&quot;link&quot; label=&quot;compact&quot; classAct=&quot;active&quot; /></li>
<li class=&quot;separator_below&quot;><roundcube:button command=&quot;purge&quot; type=&quot;link&quot; label=&quot;empty&quot; classAct=&quot;active&quot; /></li>

grpprod

thanks.
seems to work except for the icon. I see RC has one single icon file for the toolbar, so I wouldnt know how to specify a different icon since it is chosen automatically based on class.