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

elacour at bestpractical.com elacour at bestpractical.com
Wed Jul 9 05:01:49 EDT 2008


Author: elacour
Date: Wed Jul  9 05:01:49 2008
New Revision: 13901

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

Log:
 r9953 at datura:  manu | 2008-07-09 11:01:43 +0200
 Add needed '/' at beginning to have proper Webpath concatenation.


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	Wed Jul  9 05:01:49 2008
@@ -61,17 +61,17 @@
     },
     B => {
         title       => loc('Offline'),
-        path        => 'Offline.html',
+        path        => '/Offline.html',
         description => loc('Create tickets offline'),
     },
     C => {
         title       => loc('Reports'),
-        path        => 'Reports/index.html',
+        path        => '/Reports/index.html',
         description => loc('Various RT reports'),
     },
     D => {
         title       => loc('My Day'),
-        path        => 'MyDay.html',
+        path        => '/MyDay.html',
         description => loc('Easy updating of your open tickets'),
     },
 };


More information about the Rt-commit mailing list