[Rt-commit] r15958 - in rt/branches/3.999-DANGEROUS: share/html/Elements
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Sep 12 23:17:24 EDT 2008
Author: sunnavy
Date: Fri Sep 12 23:17:22 2008
New Revision: 15958
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/share/html/Elements/Tabs
Log:
r16693 at sunnavys-mb: sunnavy | 2008-09-13 11:16:02 +0800
tab key name fix
Modified: rt/branches/3.999-DANGEROUS/share/html/Elements/Tabs
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Elements/Tabs (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Elements/Tabs Fri Sep 12 23:17:22 2008
@@ -84,14 +84,14 @@
if (Jifty->web->current_user->has_right( right => 'ShowConfigTab',
object => RT->system )) {
- $basetabs->{E} = { title => _('Configuration'),
+ $basetabs->{e} = { title => _('Configuration'),
path => 'Admin/',
};
}
if (Jifty->web->current_user->has_right( right => 'ModifySelf',
object => RT->system )) {
- $basetabs->{K} = { title => _('Preferences'),
+ $basetabs->{k} = { title => _('Preferences'),
path => 'Prefs/Other.html'
};
}
More information about the Rt-commit
mailing list