Remove 'transfer to mailbox' button

  1. 11 years ago

    We do NOT want people to be able to do this, but do everything else transfer-wise. How can I get rid of ONLY that button for everyone?

  2. admin

    9 Feb 2013 Administrator

    Perhaps you can do it via css, edit /var/www/html/fop2/css/operator.css and set the action_vmail element to display none:

    #action_vmail {
    display:none;
    }

    Have not tried it, but it might work. You will have to clear the browser cache or force a page reload for the change to take effect.

or Sign Up to reply!