[Rt-commit] r3224 - in rt/branches/3.4-RELEASE: . html/Admin/Elements

kevinr at bestpractical.com kevinr at bestpractical.com
Sat Jun 18 22:26:40 EDT 2005


Author: kevinr
Date: Sat Jun 18 22:26:40 2005
New Revision: 3224

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips
Log:
 r4487 at sad-girl-in-snow:  kevinr | 2005-06-18 21:23:04 -0500
 * Fixed a typo
 * now use $RT::WebAddress because it's a good idea
 * now localize 'Scrip' and number, instead of only the former


Modified: rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips
==============================================================================
--- rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips	(original)
+++ rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips	Sat Jun 18 22:26:40 2005
@@ -46,7 +46,7 @@
 
 % if ($Scrips->Count == 0) {
 
-<P><i><&|/l&>(No scrips)(</&></i></P>
+<P><i><&|/l&>(No scrips)</&></i></P>
 
 % } else {
 
@@ -54,7 +54,7 @@
 
 %   while (my $scrip = $Scrips->Next ) {
 <LI>
-<a href="../Global/Scrip.html?id=<%$scrip->Id%>&Queue=<%0%>"><% $scrip->Description || "<i>(".loc('Scrip').' #'.$scrip->Id.")</i>" |n %></a><br>
+<a href="<%$RT::WebPath%>/Admin/Global/Scrip.html?id=<%$scrip->Id%>&Queue=<%0%>"><% $scrip->Description || "<i>(".loc('Scrip #[_1]', $scrip->Id).")</i>" |n %></a><br>
 <small><&|/l, loc($scrip->ConditionObj->Name), loc($scrip->ActionObj->Name), loc($scrip->TemplateObj->Name) &>[_1] [_2] with template [_3]</&></small>
 </LI>
 %   }


More information about the Rt-commit mailing list