diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-01 17:15:27 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-01 17:15:27 -0700 |
| commit | cbb4c260c40779ba84c794dd68147c54f3de2f52 (patch) | |
| tree | 2be7909d11386d157240b48ac4ce5ff878adfa1f /rt/share/html/Ticket/Graphs/Elements/EditGraphProperties | |
| parent | d4617c6565d5fc6bafe14d11c19646b0674ae73d (diff) | |
RT 3.8.13
Diffstat (limited to 'rt/share/html/Ticket/Graphs/Elements/EditGraphProperties')
| -rw-r--r-- | rt/share/html/Ticket/Graphs/Elements/EditGraphProperties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Ticket/Graphs/Elements/EditGraphProperties b/rt/share/html/Ticket/Graphs/Elements/EditGraphProperties index beb67a299..b1fc1c35c 100644 --- a/rt/share/html/Ticket/Graphs/Elements/EditGraphProperties +++ b/rt/share/html/Ticket/Graphs/Elements/EditGraphProperties @@ -151,7 +151,7 @@ my $class = ''; $class = 'class="hidden"' if $Level != 1 && !@Default; </%INIT> <% loc('Show Tickets Properties on [_1] level', $Level) %> -(<small><a href="#" onclick="hideshow('<% $id %>'); return false;"><% loc('open/close') %></a></small>): +(<small><a href="#" onclick="hideshow(<% $id |n,j%>); return false;"><% loc('open/close') %></a></small>): <table id="<% $id %>" <% $class |n %>> % while ( my ($group, $list) = (splice @Available, 0, 2) ) { <tr><td><% loc($group) %>:</td><td> |
