[Rt-commit] r11178 - rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements

ruz at bestpractical.com ruz at bestpractical.com
Mon Mar 24 23:28:32 EDT 2008


Author: ruz
Date: Mon Mar 24 23:28:32 2008
New Revision: 11178

Modified:
   rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/IncidentSummary

Log:
* typo

Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/IncidentSummary
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/IncidentSummary	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/IncidentSummary	Mon Mar 24 23:28:32 2008
@@ -62,9 +62,9 @@
 <tr>
 <td colspan="5">
 % if ($Type eq 'Report' or $Type eq 'Investigation' or $Type eq 'Block') {
-[<a href="<%RT->Config->Get('WebPath')%>/RTIR/Create.html?Child=<%$ticket%>&Queue=Incidents"><b>New</b></a>]
+[<a href="<%RT->Config->Get('WebPath')%>/RTIR/Create.html?Child=<% $ticket %>&Queue=Incidents"><b><% loc('New') &></b></a>]
 % }
-[<a href="<%RT->Config->Get('WebPath')%>/RTIR/Search/Results.html?Queue=Incidents<%$QueryString%>"><%loc("Refine Search")%></a>]
+[<a href="<%RT->Config->Get('WebPath')%>/RTIR/Search/Results.html?Queue=Incidents&<% $QueryString %>"><% loc("Refine Search") %></a>]
 </td>
 </tr>
 </table>


More information about the Rt-commit mailing list