[Rt-commit] r19556 - in rt/3.999/trunk: . share/html/Admin/Elements
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu May 7 03:34:53 EDT 2009
Author: sunnavy
Date: Thu May 7 03:34:53 2009
New Revision: 19556
Modified:
rt/3.999/trunk/ (props changed)
rt/3.999/trunk/share/html/Admin/Elements/SystemTabs
rt/3.999/trunk/share/html/Admin/Global/index.html
Log:
r20927 at sunnavys-mb (orig r19374): sunnavy | 2009-04-30 19:50:23 +0800
add System tab in /Admin/Global
Modified: rt/3.999/trunk/share/html/Admin/Elements/SystemTabs
==============================================================================
--- rt/3.999/trunk/share/html/Admin/Elements/SystemTabs (original)
+++ rt/3.999/trunk/share/html/Admin/Elements/SystemTabs Thu May 7 03:34:53 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/trunk/share/html/Admin/Global/index.html
==============================================================================
--- rt/3.999/trunk/share/html/Admin/Global/index.html (original)
+++ rt/3.999/trunk/share/html/Admin/Global/index.html Thu May 7 03:34:53 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