[rt-users] How to hide some elements from left menu.

David Michal david.michal at rabatcr.cz
Wed Sep 8 06:06:52 EDT 2004


Hello,
To do %subj. I've edited Elements/Tabs. Then I did apache stop and 
apache start (I'm using mod_perl). But after logon I still can see all 
elements. Please what I have to do to have changes in Tabs file 
applayed? Here is my Tabs file:
#Customized section of basetabs
my $basetabs = {     A => { title => loc('Homepage'),
                           path => '',
                         },
                    B => { title => loc('Tickets'),
                        path => 'Search/Listing.html'
                      },
#                    E => { title => loc('Configuration'),
#                           path => 'Admin/'
#                         },
#                    K => { title => loc('Preferences'),
#                        path => 'User/Prefs.html'
#                      },
#                    P => { title => loc('Approval'),
#                           path => 'Approvals/'
#                         },
#                   Z => { title => 'Statistics',
#                           path =>  'Statistics/index.html'
#                         },
                 };

So I want to have just  Homepage and Tickets to be visible for normal 
user, later I'm planning to add some ifs for other elements depended on 
users rights. Thanks for any help.
David





More information about the rt-users mailing list