[Rt-commit] r19374 - in rt/3.999/branches/config-in-db/share/html/Admin: Global

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Apr 30 07:50:24 EDT 2009


Author: sunnavy
Date: Thu Apr 30 07:50:23 2009
New Revision: 19374

Modified:
   rt/3.999/branches/config-in-db/share/html/Admin/Elements/SystemTabs
   rt/3.999/branches/config-in-db/share/html/Admin/Global/index.html

Log:
add System tab in /Admin/Global

Modified: rt/3.999/branches/config-in-db/share/html/Admin/Elements/SystemTabs
==============================================================================
--- rt/3.999/branches/config-in-db/share/html/Admin/Elements/SystemTabs	(original)
+++ rt/3.999/branches/config-in-db/share/html/Admin/Elements/SystemTabs	Thu Apr 30 07:50:23 2009
@@ -76,6 +76,9 @@
                 I => { title => _('RT at a glance'),
                                 path => 'Admin/Global/MyRT.html',
                       },
+                Z => { title => _('System'),
+                                path => 'Admin/Global/System.html',
+                      },
 
 };
 

Modified: rt/3.999/branches/config-in-db/share/html/Admin/Global/index.html
==============================================================================
--- rt/3.999/branches/config-in-db/share/html/Admin/Global/index.html	(original)
+++ rt/3.999/branches/config-in-db/share/html/Admin/Global/index.html	Thu Apr 30 07:50:23 2009
@@ -88,5 +88,10 @@
         text  => _('Modify the default "RT at a glance" view'),
         path  => '/Admin/Global/MyRT.html',
     },
+    Z => {
+        title => _('System'),
+        text  => _('Modify System'),
+        path  => '/Admin/Global/System.html',
+    },
 };
 </%INIT>


More information about the Rt-commit mailing list