WEBTOP: missing buttons

NethServer Version: NethServer 7.9.2009
Module: webtop
Hi all,

I am configuring my new server with NS and webtop.
On the old server, in Webtop - mail, I have a buttonbar in the top part of the screen, with buttons for delete, mark as spam, etc.
On the new server, these are missing. I cannot find how/where to change this?

Versions on both server are equal:

rpm -qa|grep webtop
webtop5-1.4.26-1.ns7.noarch
webtop5-webdav-0.3.0-1.ns7.noarch
webtop5-zpush-1.2.2-1.ns7.noarch
nethserver-webtop5-1.7.10-1.ns7.noarch

Old:
image
New:
image

Maybe config and skin is not the same?

The buttons are on top of the mail preview:

I know they are on top of the preview-pane, but there they only apply to 1 mail . While the buttons on top of the list apply to all currently selected mails. Especially for deleting and marking as spam that is nice.

And sorry, forgot to mention: theme and skin are the same:

You’re right, the only way I found is to use the context menu for deleting more mails or mark them as spam.

Hi Rolf,

in new installations it was decided (some time ago) to hide these icons by default because they are considered duplicates.

To make them appear again in the toolbar of all users just change a global setting (toolbar.compact = false) for the com.sonicle.webtop.mail service.

You can do it from the admin interface or from the shell with this query:

su - postgres -c "psql webtop5 -c \"update core.settings set value='false' where service_id='com.sonicle.webtop.mail' and key='toolbar.compact';\""

To see the status of the current value of this setting:

su - postgres -c "psql webtop5 -c \"select * from core.settings where key = 'toolbar.compact';\""

BR

6 Likes

I love you
:wink:

4 Likes