[Rt-commit] r15277 - in rt/3.8/trunk: share/html/Ticket/Graphs/Elements

elacour at bestpractical.com elacour at bestpractical.com
Wed Aug 20 05:31:19 EDT 2008


Author: elacour
Date: Wed Aug 20 05:31:17 2008
New Revision: 15277

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/Ticket/Graphs/Elements/ShowLegends

Log:
 r10414 at datura:  manu | 2008-08-20 11:14:25 +0200
 Added missed locs in tickets graphs legends.


Modified: rt/3.8/trunk/share/html/Ticket/Graphs/Elements/ShowLegends
==============================================================================
--- rt/3.8/trunk/share/html/Ticket/Graphs/Elements/ShowLegends	(original)
+++ rt/3.8/trunk/share/html/Ticket/Graphs/Elements/ShowLegends	Wed Aug 20 05:31:17 2008
@@ -48,18 +48,18 @@
 <&| /Widgets/TitleBox, title => loc('Legends'), hideable => $hideable &>
 <table>
 
-<tr style="height: 2.8em;"><td>Status:</td><td>
+<tr style="height: 2.8em;"><td><% loc('Status') %>:</td><td>
 % foreach my $status ( sort keys %RT::Graph::Tickets::ticket_status_style ) {
 % my $style = $RT::Graph::Tickets::ticket_status_style{ $status };
-<span style="color: <% $style->{'fontcolor'} %>; padding: 0.6em; border: 1px solid black;"><% $status %></span>
+<span style="color: <% $style->{'fontcolor'} %>; padding: 0.6em; border: 1px solid black;"><% loc($status) %></span>
 % }
 </td></tr>
 
 % if ( $FillUsing ) {
-<tr style="height: 2.8em;"><td><% $FillUsing %>:</td><td>
+<tr style="height: 2.8em;"><td><% loc($FillUsing) %>:</td><td>
 % foreach my $value ( sort keys %RT::Graph::Tickets::fill_cache ) {
 % my $color = $RT::Graph::Tickets::fill_cache{ $value };
-<span style="background-color: <% $color %>; padding: 0.6em; border: 1px solid black;"><% $value %></span>
+<span style="background-color: <% $color %>; padding: 0.6em; border: 1px solid black;"><% loc($value) %></span>
 % }
 </td></tr>
 % }


More information about the Rt-commit mailing list