X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftable-tickets.html;h=9247e58c6b3a3f7bc4f931c1ab0ff94073edee07;hp=b322a5f7ccd388b521acbc49a3296aa6657ef3d1;hb=e0b82c355d234a29f73e032403d9a022b4996779;hpb=d76c9ec573950fe8c4de29e8087a72b97c81168e diff --git a/httemplate/elements/table-tickets.html b/httemplate/elements/table-tickets.html index b322a5f7c..9247e58c6 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') ) {