[Rt-commit] [svn] r1442 - in rtir/branches/1.1/html/RTIR: . Incident Report

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Wed Sep 8 00:37:43 EDT 2004


Author: leira
Date: Wed Sep  8 00:37:43 2004
New Revision: 1442

Modified:
   rtir/branches/1.1/html/RTIR/Incident/LinkChildren.html
   rtir/branches/1.1/html/RTIR/Incident/LinkToIncident.html
   rtir/branches/1.1/html/RTIR/Incident/Reply.html
   rtir/branches/1.1/html/RTIR/Merge.html
   rtir/branches/1.1/html/RTIR/Report/BulkReject.html
Log:
Use full pathnames as needed.


Modified: rtir/branches/1.1/html/RTIR/Incident/LinkChildren.html
==============================================================================
--- rtir/branches/1.1/html/RTIR/Incident/LinkChildren.html	(original)
+++ rtir/branches/1.1/html/RTIR/Incident/LinkChildren.html	Wed Sep  8 00:37:43 2004
@@ -107,7 +107,7 @@
 <%ARGS>
 $id => undef
 $Queue => undef
-$BaseURL => "/RTIR/Incident/LinkChildren.html"
+$BaseURL => $RT::WebPath . "/RTIR/Incident/LinkChildren.html"
 $Status => 'open',
 $BaseQuery => undef
 $Query => undef

Modified: rtir/branches/1.1/html/RTIR/Incident/LinkToIncident.html
==============================================================================
--- rtir/branches/1.1/html/RTIR/Incident/LinkToIncident.html	(original)
+++ rtir/branches/1.1/html/RTIR/Incident/LinkToIncident.html	Wed Sep  8 00:37:43 2004
@@ -98,7 +98,7 @@
 
 <%ARGS>
 $id => undef
-$BaseURL => "/RTIR/Incident/LinkToIncident.html"
+$BaseURL => $RT::WebPath . "/RTIR/Incident/LinkToIncident.html"
 $BaseQuery => undef
 $Query => undef
 $Format => undef 

Modified: rtir/branches/1.1/html/RTIR/Incident/Reply.html
==============================================================================
--- rtir/branches/1.1/html/RTIR/Incident/Reply.html	(original)
+++ rtir/branches/1.1/html/RTIR/Incident/Reply.html	Wed Sep  8 00:37:43 2004
@@ -179,7 +179,7 @@
 <%ARGS>
 $id => undef
 $All => 0
-$BaseURL => "/RTIR/Incident/Reply.html?DefaultStatus=stalled&id=$id"
+$BaseURL => $RT::WebPath . "/RTIR/Incident/Reply.html?DefaultStatus=stalled&id=$id"
 $BaseQuery => undef
 $Query => undef
 $Format => undef 

Modified: rtir/branches/1.1/html/RTIR/Merge.html
==============================================================================
--- rtir/branches/1.1/html/RTIR/Merge.html	(original)
+++ rtir/branches/1.1/html/RTIR/Merge.html	Wed Sep  8 00:37:43 2004
@@ -119,6 +119,6 @@
 $OrderBy => 'id'
 $Order => 'ASC'
 $id => undef
-$BaseURL => '/RTIR/Merge.html'
+$BaseURL => $RT::WebPath . '/RTIR/Merge.html'
 $current_tab => 'RTIR/Merge.html'
 </%ARGS>

Modified: rtir/branches/1.1/html/RTIR/Report/BulkReject.html
==============================================================================
--- rtir/branches/1.1/html/RTIR/Report/BulkReject.html	(original)
+++ rtir/branches/1.1/html/RTIR/Report/BulkReject.html	Wed Sep  8 00:37:43 2004
@@ -139,6 +139,6 @@
 $Page => 1
 $OrderBy => 'id'
 $Order => 'ASC'
-$BaseURL => "/RTIR/Report/BulkReject.html"
+$BaseURL => $RT::WebPath . "/RTIR/Report/BulkReject.html"
 $current_tab => 'RTIR/Report/BulkReject.html'
 </%ARGS>


More information about the Rt-commit mailing list