[Rt-commit] r13749 - in rt/3.8/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Thu Jul 3 00:07:03 EDT 2008


Author: sartak
Date: Thu Jul  3 00:06:58 2008
New Revision: 13749

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/Tools/index.html

Log:
 r63649 at onn:  sartak | 2008-07-03 00:01:42 -0400
 Improve the Tools index page


Modified: rt/3.8/trunk/share/html/Tools/index.html
==============================================================================
--- rt/3.8/trunk/share/html/Tools/index.html	(original)
+++ rt/3.8/trunk/share/html/Tools/index.html	Thu Jul  3 00:06:58 2008
@@ -49,4 +49,33 @@
 <& Elements/Tabs, 
     current_tab => "Tools/index.html", 
     Title => loc("Tools") &>
+<& /Elements/ListMenu, items => $tabs &>
 
+<%init>
+
+my $tabs = {
+    A => {
+        title       => loc('Dashboards'),
+        path        => '/Dashboards/index.html',
+        description => loc('Named, shared collection of saved searches'),
+    },
+    B => {
+        title       => loc('Offline'),
+        path        => 'Offline.html',
+        description => loc('Create tickets offline'),
+    },
+    C => {
+        title       => loc('Reports'),
+        path        => 'Reports/index.html',
+        description => loc('Various RT reports'),
+    },
+    D => {
+        title       => loc('My Day'),
+        path        => 'MyDay.html',
+        description => loc('Easy updating of your open tickets'),
+    },
+};
+
+$m->callback( %ARGS, tabs => $tabs );
+
+</%init>


More information about the Rt-commit mailing list