[Rt-commit] r5165 - in rtir/branches/1.9-EXPERIMENTAL: . html/Callbacks/RTIR/User/Elements html/Callbacks/RTIR/User/Elements/Tabs html/RTIR/Elements html/RTIR/Prefs

ruz at bestpractical.com ruz at bestpractical.com
Thu May 4 21:28:13 EDT 2006


Author: ruz
Date: Thu May  4 21:28:12 2006
New Revision: 5165

Added:
   rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/User/
   rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/User/Elements/
   rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/User/Elements/Tabs/
   rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/User/Elements/Tabs/Default
Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/Tabs
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Prefs/Home.html

Log:
 r1415 at cubic-pc:  cubic | 2006-05-05 05:35:35 +0400
 * move tab from RTIR->Preferences to RT->Prefs->RTIR Home


Added: rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/User/Elements/Tabs/Default
==============================================================================
--- (empty file)
+++ rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/User/Elements/Tabs/Default	Thu May  4 21:28:12 2006
@@ -0,0 +1,9 @@
+<%ARGS>
+$tabs => {}
+</%ARGS>
+<%INIT>
+$tabs->{ra} = {
+    title => loc('RTIR Home'),
+    path  => 'RTIR/Prefs/Home.html',
+};
+</%INIT>

Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/Tabs
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/Tabs	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/Tabs	Thu May  4 21:28:12 2006
@@ -57,8 +57,6 @@
            path => 'RTIR/Search/Results.html?Queue=Investigations' },
     G => { title => loc('Tools'),
            path => 'RTIR/Tools/Lookup.html' },
-    H => { title => loc('Preferences'),
-           path => 'RTIR/Prefs/Home.html' },
 };
 
 unless ( RT->Config->Get('RTIR_DisableBlocksQueue') ) {

Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Prefs/Home.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Prefs/Home.html	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Prefs/Home.html	Thu May  4 21:28:12 2006
@@ -1,5 +1,5 @@
 <& /Elements/Header, Title => $title &>
-<& /RTIR/Elements/Tabs, current_toptab => 'RTIR/Prefs/Home.html', Title => $title &>
+<& /User/Elements/Tabs, current_tab => 'RTIR/Prefs/Home.html', Title => $title &>
 <& /Elements/ListActions, actions => \@results &>
 
 <& /Widgets/SelectionBox:header, nojs => 1 &>


More information about the Rt-commit mailing list