[Rt-commit] [svn] r712 - in rt/branches/rt-3.3/html: Admin/Groups Admin/Users Elements

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Tue Apr 20 22:49:09 EDT 2004


Author: leira
Date: Tue Apr 20 22:49:09 2004
New Revision: 712

Modified:
   rt/branches/rt-3.3/html/Admin/Groups/index.html
   rt/branches/rt-3.3/html/Admin/Users/index.html
   rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
Log:
fix WebPath urls


Modified: rt/branches/rt-3.3/html/Admin/Groups/index.html
==============================================================================
--- rt/branches/rt-3.3/html/Admin/Groups/index.html	(original)
+++ rt/branches/rt-3.3/html/Admin/Groups/index.html	Tue Apr 20 22:49:09 2004
@@ -39,7 +39,7 @@
 %}
 </UL>
 %if (my $ids = join(',', @ids)) {
-<em>(<a href="<%$RT::WebPath%>/Download/Tabular/Group/<% $ids %>/Groups.tsv"><&|/l&>Download as a tab-delimited file</&></a>)</em><br>
+<em>(<a href="/Download/Tabular/Group/<% $ids %>/Groups.tsv"><&|/l&>Download as a tab-delimited file</&></a>)</em><br>
 %}
 
 <br><br>

Modified: rt/branches/rt-3.3/html/Admin/Users/index.html
==============================================================================
--- rt/branches/rt-3.3/html/Admin/Users/index.html	(original)
+++ rt/branches/rt-3.3/html/Admin/Users/index.html	Tue Apr 20 22:49:09 2004
@@ -41,7 +41,7 @@
 %}
 </UL>
 %if (my $ids = join(',', @ids)) {
-<em>(<a href="<%$RT::WebPath%>/Download/Tabular/User/<% $ids %>/Users.tsv"><&|/l&>Download as a tab-delimited file</&></a>)</em><br>
+<em>(<a href="/Download/Tabular/User/<% $ids %>/Users.tsv"><&|/l&>Download as a tab-delimited file</&></a>)</em><br>
 %}
 
 <br><br>

Modified: rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
==============================================================================
--- rt/branches/rt-3.3/html/Elements/EditCustomFieldImage	(original)
+++ rt/branches/rt-3.3/html/Elements/EditCustomFieldImage	Tue Apr 20 22:49:09 2004
@@ -22,7 +22,7 @@
 %# 
 %# END LICENSE BLOCK
 % while ($Values and my $value = $Values->Next ) {
-%    my $url = "<%$RT::WebPath%>/Download/CustomFieldValue/".$value->Id.'/'.$value->Content;
+%    my $url = $RT::WebPath . "/Download/CustomFieldValue/".$value->Id.'/'.$value->Content;
 <input type="checkbox" name="<%$NamePrefix%><%$CustomField->Id%>-DeleteValueIds" value="<% $value->Id %>"><a href="<% $url %>"><% $value->Content %></a>
 <img type="<% $value->ContentType %>" height=64 src="<% $url %>" align="middle">
 <br>


More information about the Rt-commit mailing list