[Rt-commit] r11259 - in rt/branches/3.8-TESTING: html/Admin

jesse at bestpractical.com jesse at bestpractical.com
Sat Mar 29 00:18:41 EDT 2008


Author: jesse
Date: Sat Mar 29 00:18:40 2008
New Revision: 11259

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/html/Admin/index.html

Log:
 r28768 at 68-246-62-103:  jesse | 2008-03-28 13:19:41 -1000
 * Added leading slashes to admin ui index


Modified: rt/branches/3.8-TESTING/html/Admin/index.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Admin/index.html	(original)
+++ rt/branches/3.8-TESTING/html/Admin/index.html	Sat Mar 29 00:18:40 2008
@@ -45,8 +45,8 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, Title => loc('RT Administration') &>
-<& /Admin/Elements/Tabs, Title => loc('RT Administration') &>
+<& //Admin/Elements/Header, Title => loc('RT Administration') &>
+<& //Admin/Elements/Tabs, Title => loc('RT Administration') &>
 
 <& /Elements/ListMenu, items => $tabs &>
 <%init>
@@ -56,33 +56,33 @@
 my $tabs = {
     A => {
         title       => loc('Users'),
-        path        => 'Admin/Users/index.html',
+        path        => '/Admin/Users/index.html',
         description => loc('Manage users and passwords'),
     },
     B => {
         title => loc('Groups'),
-        path  => 'Admin/Groups/index.html',
+        path  => '/Admin/Groups/index.html',
         description => loc('Manage groups and group membership'),
     },
     C => {
         title       => loc('Queues'),
-        path        => 'Admin/Queues/index.html',
+        path        => '/Admin/Queues/index.html',
         description => loc('Manage queues and queue-specific properties'),
     },
     D => {
         'title'     => loc('Custom Fields'),
         description => loc('Manage custom fields and custom field values'),
-          path      => 'Admin/CustomFields/index.html',
+          path      => '/Admin/CustomFields/index.html',
     },
     E => {
         'title'     => loc('Global'),
-        path        => 'Admin/Global/index.html',
+        path        => '/Admin/Global/index.html',
         description =>
           loc('Manage properties and configuration which apply to all queues'),
     },
     F => {
         'title'     => loc('Tools'),
-        path        => 'Admin/Tools/index.html',
+        path        => '/Admin/Tools/index.html',
         description => loc('Use other RT administrative tools')
     },
 };


More information about the Rt-commit mailing list