From 1c538bfabc2cd31f27067505f0c3d1a46cba6ef0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 9 Jul 2015 22:18:55 -0700 Subject: RT 4.2.11, ticket#13852 --- rt/share/html/Ticket/Graphs/Elements/EditGraphProperties | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'rt/share/html/Ticket/Graphs/Elements') diff --git a/rt/share/html/Ticket/Graphs/Elements/EditGraphProperties b/rt/share/html/Ticket/Graphs/Elements/EditGraphProperties index 207920265..45dbd7dcd 100644 --- a/rt/share/html/Ticket/Graphs/Elements/EditGraphProperties +++ b/rt/share/html/Ticket/Graphs/Elements/EditGraphProperties @@ -72,7 +72,8 @@ % foreach my $type ( @link_types ) { % my $checked = ''; % $checked = 'checked="checked"' if grep $type eq $_, @ShowLinks; - /><% loc($type) %> + /> + % }
@@ -98,8 +99,8 @@ while ( my ($group, $list) = (splice @tmp, 0, 2) ) { % if ( RT::Link->can('Description' ) ) { % my $checked = ''; % $checked = 'checked="checked"' if $ShowLinkDescriptions; -<% loc('Show link descriptions') %>: - /> + + />
% } @@ -158,7 +159,8 @@ $class = 'class="hidden"' if $Level != 1 && !@Default; % foreach my $prop ( @$list ) { % my $checked = ''; % $checked = 'checked="checked"' if grep $_ eq $prop, @Default; - /><% loc($prop) %> + /> + % } % } -- cgit v1.2.1