X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftable-tickets.html;h=2fc0de936c66f41f6d7e66160018b816d63fcb53;hp=d722c9d2be7260809cf284575fe36e74bb662f12;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=3e9a428cbc8abd4af6fea8eb828126519b43198b diff --git a/httemplate/elements/table-tickets.html b/httemplate/elements/table-tickets.html index d722c9d2b..2fc0de936 100644 --- a/httemplate/elements/table-tickets.html +++ b/httemplate/elements/table-tickets.html @@ -14,6 +14,7 @@ View + <% mt('#') |h %> <% mt('Subject') |h %> <% mt('Status') |h %> @@ -42,11 +43,21 @@ View +% if ( $ticket->{is_unreplied} ) { + > +% } else { +% # placeholder + + + + ><% $ticket->{id} %> - ><% $ticket->{subject} %> + ><% $ticket->{subject} |h %> @@ -58,7 +69,7 @@ View - <% $ticket->{owner} %> + <% $ticket->{owner} |h %> @@ -73,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') ) { @@ -95,10 +107,10 @@ View % } -%} - +%} + <%init> my %opt = @_;