[Rt-commit] r4697 - in rtir/branches/1.9-EXPERIMENTAL:
html/RTIR/Tools/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Sun Mar 5 18:59:16 EST 2006
Author: ruz
Date: Sun Mar 5 18:59:15 2006
New Revision: 4697
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Tools/Elements/Tabs
Log:
r870 at cubic-pc: cubic | 2006-03-05 23:54:06 +0300
* use subtabs in one place only
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Tools/Elements/Tabs
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Tools/Elements/Tabs (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Tools/Elements/Tabs Sun Mar 5 18:59:15 2006
@@ -28,7 +28,6 @@
current_toptab => $current_toptab,
current_tab => $current_tab,
current_subtab => $current_subtab,
- subtabs => $script_tabs,
Title => $Title,
&>
@@ -36,6 +35,12 @@
my $tabs = {};
my $current_toptab = "RTIR/Tools/Lookup.html";
+$tabs->{"A"} = { path => 'RTIR/Tools/Lookup.html?NewSearch=1',
+ title => loc('Lookup') };
+
+$tabs->{"B"} = { path => 'RTIR/Reporting/index.html',
+ title => loc('Reporting') };
+
my $script_tabs = {
_A => { title => loc('By Email address'),
path => 'RTIR/Tools/ScriptedAction.html' },
@@ -43,12 +48,6 @@
path => 'RTIR/Tools/ScriptedAction.html?loop=IP' },
};
-$tabs->{"A"} = { path => 'RTIR/Tools/Lookup.html?NewSearch=1',
- title => loc('Lookup') };
-
-$tabs->{"B"} = { path => 'RTIR/Reporting/index.html',
- title => loc('Reporting') };
-
$tabs->{"C"} = { path => 'RTIR/Tools/ScriptedAction.html',
title => loc('Scripted Action'),
subtabs => $script_tabs,
More information about the Rt-commit
mailing list