[Rt-commit] r11150 - in rtfm/branches/2.3-EXPERIMENTAL: html/Admin/RTFM/Elements

falcone at bestpractical.com falcone at bestpractical.com
Thu Mar 20 17:52:07 EDT 2008


Author: falcone
Date: Thu Mar 20 17:52:06 2008
New Revision: 11150

Modified:
   rtfm/branches/2.3-EXPERIMENTAL/   (props changed)
   rtfm/branches/2.3-EXPERIMENTAL/html/Admin/RTFM/Elements/Topics

Log:
 r30428 at ketch:  falcone | 2008-03-20 17:48:34 -0400
 * fix URL for editing topics


Modified: rtfm/branches/2.3-EXPERIMENTAL/html/Admin/RTFM/Elements/Topics
==============================================================================
--- rtfm/branches/2.3-EXPERIMENTAL/html/Admin/RTFM/Elements/Topics	(original)
+++ rtfm/branches/2.3-EXPERIMENTAL/html/Admin/RTFM/Elements/Topics	Thu Mar 20 17:52:06 2008
@@ -96,7 +96,7 @@
 %     $Action = "";
 <& .edit, topic => $topic &>
 %   } else {
-<a href="<%$RT::WebPath%>/Admin/RTFM/Classes/Topics.html?id=<%$RootObj->Id%>&Modify=<%$topic->Id%>"
+<a href="<%$RT::WebPath%><% $m->request_comp->path |n %>?id=<%$RootObj->Id%>&Modify=<%$topic->Id%>"
    title="<%$topic->Description%>"><%$topic->Name || loc("(no name)") %></a>
 %   }
 % }


More information about the Rt-commit mailing list