[Rt-commit] r16503 - rt/branches/3.999-DANGEROUS/share/html/Admin/Global/StatusSchemas

ruz at bestpractical.com ruz at bestpractical.com
Wed Oct 22 16:07:43 EDT 2008


Author: ruz
Date: Wed Oct 22 16:07:43 2008
New Revision: 16503

Modified:
   rt/branches/3.999-DANGEROUS/share/html/Admin/Global/StatusSchemas/index.html

Log:
* drop unused code

Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/StatusSchemas/index.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/StatusSchemas/index.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/StatusSchemas/index.html	Wed Oct 22 16:07:43 2008
@@ -28,18 +28,6 @@
 use RT::StatusSchema;
 my @list = RT::StatusSchema->new->list;
 
-my $subtabs = {
-    A => {
-        title => _('Select scrip'),
-        path => "Admin/Global/Scrips.html",
-    },
-    B => {
-        title => _('New scrip'),
-        path => "Admin/Global/Scrip.html?create=1&queue=0",
-        separator => 1,
-    }
-};
-
 my @results;
 if ( $create ) {
     my $schema = new RT::StatusSchema;


More information about the Rt-commit mailing list