X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftable-tickets.html;h=c63a55e56327a9f923761823c18471f81cb39269;hb=a424170896886d26d20f310c4316c2b48ec6173d;hp=f89f984225aa5733571d6a692b676ef710855ca8;hpb=d77fe06b27410a41855e1425114ab8d9cdae4ff0;p=freeside.git diff --git a/httemplate/elements/table-tickets.html b/httemplate/elements/table-tickets.html index f89f98422..c63a55e56 100644 --- a/httemplate/elements/table-tickets.html +++ b/httemplate/elements/table-tickets.html @@ -11,6 +11,7 @@ View % my $bgcolor = ''; + <% mt('#') |h %> <% mt('Subject') |h %> <% mt('Status') |h %> @@ -38,11 +39,21 @@ View +% if ( $ticket->{is_unreplied} ) { + > +% } else { +% # placeholder + + + + ><% $ticket->{id} %> - ><% $ticket->{subject} %> + ><% $ticket->{subject} |h %> @@ -54,7 +65,7 @@ View - <% $ticket->{owner} %> + <% $ticket->{owner} |h %> @@ -69,12 +80,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') ) {