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
You could change the skin file to move it to the main toolbar if you wanted.
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
Its more html then css, you need to move the link in the /skins//templates/mail.html
The buttons are:
<li><roundcube:button command="expunge" type="link" label="compact" classAct="active" /></li>
<li class="separator_below"><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li>
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.