[Rt-commit] r13903 - in rt/3.8/trunk: .
elacour at bestpractical.com
elacour at bestpractical.com
Wed Jul 9 05:11:42 EDT 2008
Author: elacour
Date: Wed Jul 9 05:11:41 2008
New Revision: 13903
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Tools/Reports/index.html
Log:
r9957 at datura: manu | 2008-07-09 11:11:29 +0200
Path fixes for Tools/Reports
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 Wed Jul 9 05:11:41 2008
@@ -56,17 +56,17 @@
my $tabs = {
A => {
title => loc('Resolved by owner'),
- path => 'ResolvedByOwner.html',
+ path => '/Tools/Reports/ResolvedByOwner.html',
description => loc('Examine tickets resolved in a queue, grouped by owner'),
},
B => {
title => loc('Resolved in date range'),
- path => 'ResolvedByDates.html',
+ path => '/Tools/Reports/ResolvedByDates.html',
description => loc('Examine tickets resolved in a queue between two dates'),
},
C => {
title => loc('Created in a date range'),
- path => 'CreatedByDates.html',
+ path => '/Tools/Reports/CreatedByDates.html',
description => loc('Examine tickets created in a queue between two dates'),
},
};
More information about the Rt-commit
mailing list