[Rt-commit] r13750 - in rt/3.8/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Jul 3 00:07:24 EDT 2008
Author: sartak
Date: Thu Jul 3 00:07:22 2008
New Revision: 13750
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Tools/Reports/index.html
Log:
r63650 at onn: sartak | 2008-07-03 00:06:40 -0400
Improve the Reports index page.. slightly
Modified: rt/3.8/trunk/share/html/Tools/Reports/index.html
==============================================================================
--- rt/3.8/trunk/share/html/Tools/Reports/index.html (original)
+++ rt/3.8/trunk/share/html/Tools/Reports/index.html Thu Jul 3 00:07:22 2008
@@ -47,4 +47,30 @@
%# END BPS TAGGED BLOCK }}}
<& /Elements/Header, Title => loc('Reports') &>
<& /Tools/Reports/Elements/Tabs, Title => loc('Reports') &>
+<& /Elements/ListMenu, items => $tabs &>
+
% $m->callback;
+
+<%init>
+
+my $tabs = {
+ A => {
+ title => loc('Resolved by owner'),
+ path => 'ResolvedByOwner.html',
+ description => loc('Examine tickets resolved in a queue, grouped by owner'),
+ },
+ B => {
+ title => loc('Resolved in date range'),
+ path => 'ResolvedByDates.html',
+ description => loc('Examine tickets resolved in a queue between two dates'),
+ },
+ C => {
+ title => loc('Created in a date range'),
+ path => 'CreatedByDates.html',
+ description => loc('Examine tickets created in a queue between two dates'),
+ },
+};
+
+$m->callback( CallbackName => 'ListReports', %ARGS, tabs => $tabs );
+
+</%init>
More information about the Rt-commit
mailing list