[Rt-commit] r6581 - in rt/branches/3.6-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Fri Dec 1 14:45:53 EST 2006


Author: jesse
Date: Fri Dec  1 14:45:53 2006
New Revision: 6581

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/Admin/Global/index.html

Log:
 r45701 at pinglin:  jesse | 2006-12-01 14:45:41 -0500
 * Added a listing for "MyRT" to the actual displayed global list


Modified: rt/branches/3.6-RELEASE/html/Admin/Global/index.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Admin/Global/index.html	(original)
+++ rt/branches/3.6-RELEASE/html/Admin/Global/index.html	Fri Dec  1 14:45:53 2006
@@ -80,7 +80,13 @@
                 H => { title => loc('User Rights'),
                                 text => loc('Modify global user rights'),
                                 path => 'UserRights.html',
-                      }
+                      },
+                I => { title => loc('RT at a glance'),
+                                text => loc('Modify the default "RT at a glance" view'),
+                                path => 'Admin/Global/MyRT.html',
+                      },
+
+
 
 };
 </%INIT>


More information about the Rt-commit mailing list