[Rt-commit] r4492 - in rtir/branches/1.9-EXPERIMENTAL: html/RTIR/Elements

ruz at bestpractical.com ruz at bestpractical.com
Fri Feb 3 18:42:56 EST 2006


Author: ruz
Date: Fri Feb  3 18:42:53 2006
New Revision: 4492

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowIncidents

Log:
 r623 at cubic-pc:  cubic | 2006-02-03 03:39:32 +0300
 * i18n
 * add note that user should take ticket if he wants link it


Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowIncidents
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowIncidents	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowIncidents	Fri Feb  3 18:42:53 2006
@@ -31,13 +31,15 @@
 % }
 % }
 % if ($depth == 1 and $count == 0) {
-<i>(no Incidents)</i>
+<i><% loc('(no Incidents)') %></i>
 % }
 
 % if ($depth == 1) {
 %   if ($Ticket->Owner == $session{'CurrentUser'}->id) {
 <b><a href="<%RT->Config->Get('WebPath')%>/RTIR/Incident/LinkToIncident.html?id=<% $Ticket->Id %>">[Link]</a></b>
 <b><a href="<%RT->Config->Get('WebPath')%>/RTIR/Create.html?Child=<%$Ticket->Id%>&Queue=Incidents">[New]</a></b>
+%   } else {
+<span class="note"><% loc('take to link') %></span>
 %   }
 % }
 


More information about the Rt-commit mailing list