[Rt-commit] r12973 - in rt/branches/3.8-TESTING: share/html/Elements

jesse at bestpractical.com jesse at bestpractical.com
Fri Jun 6 11:53:16 EDT 2008


Author: jesse
Date: Fri Jun  6 11:53:16 2008
New Revision: 12973

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Elements/Tabs

Log:
 r32370 at 31b:  jesse | 2008-06-06 11:52:45 -0400
 * Remove the duplicate preferences tab from RT's menus


Modified: rt/branches/3.8-TESTING/share/html/Elements/Tabs
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Elements/Tabs	(original)
+++ rt/branches/3.8-TESTING/share/html/Elements/Tabs	Fri Jun  6 11:53:16 2008
@@ -89,13 +89,6 @@
 		     };
 }
 
-if ($session{'CurrentUser'}->HasRight( Right => 'ModifySelf', 
-				       Object => $RT::System )) {
-    $basetabs->{K} = { title => loc('Preferences'),
-                       path => 'User/Prefs.html'
-		     };
-}
-
 if (!defined $toptabs) {
    $toptabs = $basetabs;
 }


More information about the Rt-commit mailing list