[Rt-commit] r3227 - rt/branches/3.4-RELEASE/html/Admin/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Sat Jun 18 23:47:05 EDT 2005
Author: jesse
Date: Sat Jun 18 23:47:04 2005
New Revision: 3227
Modified:
rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips
Log:
* Fixed typo in kevin's fix (/l is a filter. it needs the |)
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 23:47:04 2005
@@ -58,7 +58,7 @@
% if ($scrip->Description) {
<% $scrip->Description %>
% } else {
-<i>(<&/l, $scrip->Id&>Scrip #[_1]</&>)</i>
+<i>(<&|/l, $scrip->Id&>Scrip #[_1]</&>)</i>
% }
</a><br>
<small><&|/l, loc($scrip->ConditionObj->Name), loc($scrip->ActionObj->Name), loc($scrip->TemplateObj->Name) &>[_1] [_2] with template [_3]</&></small>
More information about the Rt-commit
mailing list