X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftable-tickets.html;h=2fc0de936c66f41f6d7e66160018b816d63fcb53;hp=b322a5f7ccd388b521acbc49a3296aa6657ef3d1;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=46d8aa8b9d1fc12af33bb8b517301789f871d864 diff --git a/httemplate/elements/table-tickets.html b/httemplate/elements/table-tickets.html index b322a5f7c..2fc0de936 100644 --- a/httemplate/elements/table-tickets.html +++ b/httemplate/elements/table-tickets.html @@ -57,7 +57,7 @@ View - ><% $ticket->{subject} %> + ><% $ticket->{subject} |h %> @@ -69,7 +69,7 @@ View - <% $ticket->{owner} %> + <% $ticket->{owner} |h %> @@ -84,12 +84,13 @@ View <% $ticket->{content} ? $ticket->{content}.' ('.$ticket->{priority}.')' : $ticket->{priority} + |h %> % if ( $ss_priority ) { - <% $ticket->{"CF.{$ss_priority}"} %> + <% $ticket->{"CF.{$ss_priority}"} |h %> % } % if ( $object->isa('FS::cust_main') ) { @@ -106,10 +107,10 @@ View % } -%} - +%} + <%init> my %opt = @_;