[Rt-commit] r13994 - in rt/3.8/branches/3.8.0-releng/share/html/Tools: .
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jul 11 11:05:31 EDT 2008
Author: jesse
Date: Fri Jul 11 11:05:31 2008
New Revision: 13994
Modified:
rt/3.8/branches/3.8.0-releng/share/html/Tools/Reports/index.html
rt/3.8/branches/3.8.0-releng/share/html/Tools/index.html
Log:
r39497 at 68-246-144-190 (orig r13901): elacour | 2008-07-09 05:01:49 -0400
r9953 at datura: manu | 2008-07-09 11:01:43 +0200
Add needed '/' at beginning to have proper Webpath concatenation.
r39498 at 68-246-144-190 (orig r13902): elacour | 2008-07-09 05:06:39 -0400
r9955 at datura: manu | 2008-07-09 11:06:27 +0200
Add missing "Tools" in paths.
r39499 at 68-246-144-190 (orig r13903): elacour | 2008-07-09 05:11:41 -0400
r9957 at datura: manu | 2008-07-09 11:11:29 +0200
Path fixes for Tools/Reports
Modified: rt/3.8/branches/3.8.0-releng/share/html/Tools/Reports/index.html
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/Tools/Reports/index.html (original)
+++ rt/3.8/branches/3.8.0-releng/share/html/Tools/Reports/index.html Fri Jul 11 11:05:31 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'),
},
};
Modified: rt/3.8/branches/3.8.0-releng/share/html/Tools/index.html
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/Tools/index.html (original)
+++ rt/3.8/branches/3.8.0-releng/share/html/Tools/index.html Fri Jul 11 11:05:31 2008
@@ -61,17 +61,17 @@
},
B => {
title => loc('Offline'),
- path => 'Offline.html',
+ path => '/Tools/Offline.html',
description => loc('Create tickets offline'),
},
C => {
title => loc('Reports'),
- path => 'Reports/index.html',
+ path => '/Tools/Reports/index.html',
description => loc('Various RT reports'),
},
D => {
title => loc('My Day'),
- path => 'MyDay.html',
+ path => '/Tools/MyDay.html',
description => loc('Easy updating of your open tickets'),
},
};
More information about the Rt-commit
mailing list