[Rt-commit] r19696 - in rt/3.8/trunk/share/html: Dashboards/Elements

elacour at bestpractical.com elacour at bestpractical.com
Fri May 15 16:37:21 EDT 2009


Author: elacour
Date: Fri May 15 16:37:19 2009
New Revision: 19696

Modified:
   rt/3.8/trunk/share/html/Admin/Global/Scrip.html
   rt/3.8/trunk/share/html/Admin/Global/Scrips.html
   rt/3.8/trunk/share/html/Admin/Global/Template.html
   rt/3.8/trunk/share/html/Admin/Global/Templates.html
   rt/3.8/trunk/share/html/Dashboards/Elements/Tabs

Log:
Be more consistent in Select/New links (most doesn't tell the object name so
do this everywhere).

Modified: rt/3.8/trunk/share/html/Admin/Global/Scrip.html
==============================================================================
--- rt/3.8/trunk/share/html/Admin/Global/Scrip.html	(original)
+++ rt/3.8/trunk/share/html/Admin/Global/Scrip.html	Fri May 15 16:37:19 2009
@@ -58,11 +58,11 @@
 <%init>
 my $subtabs = {
     A => {
-        title     => loc('Select scrip'),
+        title     => loc('Select'),
         path      => "Admin/Global/Scrips.html",
     },
     B => {
-        title     => loc('New scrip'),
+        title     => loc('New'),
         path      => "Admin/Global/Scrip.html?create=1&Queue=0",
         separator => 1,
     },

Modified: rt/3.8/trunk/share/html/Admin/Global/Scrips.html
==============================================================================
--- rt/3.8/trunk/share/html/Admin/Global/Scrips.html	(original)
+++ rt/3.8/trunk/share/html/Admin/Global/Scrips.html	Fri May 15 16:37:19 2009
@@ -56,10 +56,10 @@
 <%init>
 
 my $subtabs = {
-		 A => { title => loc('Select scrip'),
+		 A => { title => loc('Select'),
   		     	path => "Admin/Global/Scrips.html",
 			   },
-		 B => { title => loc('New scrip'),
+		 B => { title => loc('New'),
   		     	path => "Admin/Global/Scrip.html?create=1&Queue=0",
 			separator => 1,
 			   }

Modified: rt/3.8/trunk/share/html/Admin/Global/Template.html
==============================================================================
--- rt/3.8/trunk/share/html/Admin/Global/Template.html	(original)
+++ rt/3.8/trunk/share/html/Admin/Global/Template.html	Fri May 15 16:37:19 2009
@@ -74,10 +74,10 @@
 my  ($title, @results, $current_subtab, $SubmitLabel);
 
 my $subtabs = {
-		 A => { title => loc('Select template'),
+		 A => { title => loc('Select'),
   		     	path => "Admin/Global/Templates.html"
 			   },
-		 B => { title => loc('New template'),
+		 B => { title => loc('New'),
   		     	path => "Admin/Global/Template.html?Create=1&Queue=0",
 			separator => 1,
 			   }

Modified: rt/3.8/trunk/share/html/Admin/Global/Templates.html
==============================================================================
--- rt/3.8/trunk/share/html/Admin/Global/Templates.html	(original)
+++ rt/3.8/trunk/share/html/Admin/Global/Templates.html	Fri May 15 16:37:19 2009
@@ -56,10 +56,10 @@
 <%init>
 
 my $subtabs = {
-		 A => { title => loc('Select template'),
+		 A => { title => loc('Select'),
   		     	path => "Admin/Global/Templates.html"
 			   },
-		 B => { title => loc('New template'),
+		 B => { title => loc('New'),
   		     	path => "Admin/Global/Template.html?Create=1&Queue=0",
 			separator => 1,
 			   }

Modified: rt/3.8/trunk/share/html/Dashboards/Elements/Tabs
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Elements/Tabs	(original)
+++ rt/3.8/trunk/share/html/Dashboards/Elements/Tabs	Fri May 15 16:37:19 2009
@@ -90,7 +90,7 @@
 }
 else {
     $subtabs->{"a_Select"} = {
-        title => loc('Select dashboard'),
+        title => loc('Select'),
         path  => "Dashboards/index.html",
     };
 
@@ -99,7 +99,7 @@
 
     if (@objects) {
         $subtabs->{"b_Create"} = {
-            title     => loc('New dashboard'),
+            title     => loc('New'),
             path      => "Dashboards/Modify.html?Create=1",
             separator => 1,
         };


More information about the Rt-commit mailing list