| Welcome to the Zimbra :: Forums! | |
Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
|  | 
02-22-2010, 01:57 PM
| | | Hide Admin's "View Mail" button hello,
i want to hide the "View mail" button on administrator web panel on the Manage Accounts menu. i'm using the open source version.
i've been "searching needle in the hay stack" here: /opt/zimbra/jetty/webapps/zimbraAdmin trying to figure out a way to hide that button.
i'm thinking either disable it from the AJAX script or simply hide it using CSS style, but it seem to not work.
any pointers would be appriciated. thank you | 
02-23-2010, 03:19 AM
| | | Please do not double post as you have asked this question on another thread; if somebody has the answer I am sure they will respond.
__________________ | 
02-23-2010, 03:21 AM
| | | you can delete the other thread, please keep this one as this is more specific. | 
04-20-2010, 04:42 AM
| | | Anyone have ideas how to do this in 6.x?
The instructions for 5.x don't work anymore. My main concern is that this option violates local privacy laws.
So it's kinda important to disable the feature from admins.
Mocking around with source directly helps, but the button is always back after version update.
More permanent solution would be appreciated. | 
04-20-2010, 04:55 AM
| | | 6.x have totally different source code than 5.x, I still couldn't find a solution on how to disable the view button on 6.x
i don't mind to edit the source code after update, it's not that often anyway, but of course a permanent solution would be nice. | 
04-30-2010, 05:31 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,316
| | Quote:
Originally Posted by markhard 6.x have totally different source code than 5.x, I still couldn't find a solution on how to disable the view button on 6.x
i don't mind to edit the source code after update, it's not that often anyway, but of course a permanent solution would be nice. | It's not necessary to edit the source code, try using the 'Role Based Delegate Administration' (search bugzilla for that term) function in the Admin UI. I believe this subject has also been covered in the forums.
__________________
Regards
Bill
| 
04-30-2010, 05:45 AM
| | | Quote:
Originally Posted by phoenix It's not necessary to edit the source code, try using the 'Role Based Delegate Administration' (search bugzilla for that term) function in the Admin UI. I believe this subject has also been covered in the forums. | 'Role Based Delegate Administration' is not available on the open source/community edition which i'm using. | 
10-14-2010, 05:11 AM
| | | You can do this task by the creation on one delegate administrator (even in open source edition)
#zmprov ma user@domain.com zimbraIsDelegatedAdminAccount TRUE zimbraAdminConsoleUIComponents
cartBlancheUI
#zmprov grr global usr user@domain.com +adminConsoleRights
#zmprov grr global usr user@domain.com -adminLoginAs
Last edited by janiceitit; 10-14-2010 at 05:59 AM..
| 
08-31-2011, 05:01 PM
| | | Error on running zmprov command I get this error after entering the second command:
———–
./zmprov ma user@domain zimbraIsDelegatedAdminAccount FALSE zimbraAdminConsoleUIComponents cartBlancheUI
./zmprov grr global usr user@domain +adminConsoleRights
ERROR: service.INVALID_REQUEST (invalid request: grantee for admin right or for user right with the can delegate modifier must be a delegated admin account or admin group, it cannot be a global admin account or a regular user account.)
./zmprov grr global usr user@domain -adminLoginAs
ERROR: service.INVALID_REQUEST (invalid request: grantee for admin right or for user right with the can delegate modifier must be a delegated admin account or admin group, it cannot be a global admin account or a regular user account.)
———-
Any comments on how to fix this and to eliminate the “View mail”?
thanks | 
09-03-2011, 03:26 AM
| | | Hi markhard,
you can develop an administrative zimlet that hide the button, but this is only a client (javascript code) solution that can be eluded quite easily. | | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |