[Rt-commit] r12551 - in rt/branches/3.8-TESTING: .

elacour at bestpractical.com elacour at bestpractical.com
Tue May 20 11:54:57 EDT 2008


Author: elacour
Date: Tue May 20 11:54:56 2008
New Revision: 12551

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Admin/Elements/GlobalCustomFieldTabs

Log:
 r8874 at datura:  manu | 2008-05-20 17:53:15 +0200
 * Be consistent with text tabs between Admin/Global/CustomFields/index.html and
   Admin/Elements/GlobalCustomFieldTabs.
 * Indent cleanup.
 


Modified: rt/branches/3.8-TESTING/share/html/Admin/Elements/GlobalCustomFieldTabs
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Admin/Elements/GlobalCustomFieldTabs	(original)
+++ rt/branches/3.8-TESTING/share/html/Admin/Elements/GlobalCustomFieldTabs	Tue May 20 11:54:56 2008
@@ -51,28 +51,32 @@
     Title => $Title &>
 <%INIT>
 
+my $tabs = {
+
+    A => {
+        title => loc('Users'),
+        text => loc('Select custom fields for all users'),
+        path => 'Admin/Global/CustomFields/Users.html',
+    },
+
+    B => {
+        title => loc('Groups'),
+        text => loc('Select custom fields for all user groups'),
+        path => 'Admin/Global/CustomFields/Groups.html',
+    },
+
+    F => {
+        title => loc('Tickets'),
+        text => loc('Select custom fields for tickets in all queues'),
+        path => 'Admin/Global/CustomFields/Queue-Tickets.html',
+    },
+
+    G => {
+        title => loc('Ticket Transactions'),
+        text => loc('Select custom fields for transactions on tickets in all queues'),
+        path => 'Admin/Global/CustomFields/Queue-Transactions.html',
+    },
 
-  my $tabs = {
-                
-               A => { title => loc('Users'),
-                           text => loc('Modify scrips which apply to all queues'),
-                           path => 'Admin/Global/CustomFields/Users.html',
-                         },
-               B => { title => loc('Groups'),
-                        text => loc('Edit system templates'),
-                        path => 'Admin/Global/CustomFields/Groups.html',
-                      },
-              
-                F => { title => loc('Tickets'),
-                text => loc('Modify global custom fields'),
-                        path => 'Admin/Global/CustomFields/Queue-Tickets.html',
-                        },
-
-                        G => { title => loc('Ticket Transactions'),
-                                text => loc('Modify global group rights'),
-                                path => 'Admin/Global/CustomFields/Queue-Transactions.html',
-                      },
- 
 };
   # Now let callbacks add their extra tabs
   $m->callback( %ARGS, tabs => $tabs );


More information about the Rt-commit mailing list