[Rt-commit] r16518 - rt/branches/3.999-DANGEROUS/share/html/Admin/Global/StatusSchemas/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Thu Oct 23 12:42:45 EDT 2008
Author: ruz
Date: Thu Oct 23 12:42:35 2008
New Revision: 16518
Modified:
rt/branches/3.999-DANGEROUS/share/html/Admin/Global/StatusSchemas/Elements/Tabs
Log:
* adjust tabs according to the latest changes
Modified: rt/branches/3.999-DANGEROUS/share/html/Admin/Global/StatusSchemas/Elements/Tabs
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Admin/Global/StatusSchemas/Elements/Tabs (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Admin/Global/StatusSchemas/Elements/Tabs Thu Oct 23 12:42:35 2008
@@ -26,7 +26,7 @@
my $qs_name = $m->comp( '/Elements/QueryString', name => $schema->name );
$current_tab .= "?$qs_name";
- $parent_subtab = "$base/Modify.html?$qs_name";
+ $parent_subtab = "$base/Summary.html?$qs_name";
$parent_subtabs->{'E'} = {
title => $schema->name,
path => $parent_subtab,
@@ -34,14 +34,18 @@
current_subtab => $current_tab,
subtabs => {
A => {
- title => _("Statuses"),
- path => "$base/Modify.html?$qs_name",
+ title => _("Summary"),
+ path => "$base/Summary.html?$qs_name",
},
B => {
+ title => _("Statuses"),
+ path => "$base/Statuses.html?$qs_name",
+ },
+ C => {
title => _("Transitions"),
path => "$base/Transitions.html?$qs_name",
},
- C => {
+ D => {
title => _("Interface"),
path => "$base/Interface.html?$qs_name",
},
More information about the Rt-commit
mailing list