<%= $url = "$selfurl?session=$session_id;action="; ''; %> <%= include('header', "View ticket #$ticket_id") %> <%= if($error) { $OUT .= qq!
Error: $error
!; } elsif(@transactions) { $OUT .= qq! !; foreach my $txn ( @transactions ) { next if $txn->{content} eq 'This transaction appears to have no content'; $OUT .= ""; } $OUT .= "
$txn->{created}   $txn->{description}"; $OUT .= "
$txn->{content}
"; } else { $OUT .= "No transactions on this ticket"; } %>


<%= if ( $edit_ticket_subject ) { $OUT .= ' Subject:


'; } %> Add reply to ticket:

<%= include('footer') %>