diff options
| author | ivan <ivan> | 2012-01-21 03:46:24 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2012-01-21 03:46:24 +0000 |
| commit | fb4ab1073f0d15d660c6cdc4e07afebf68ef3924 (patch) | |
| tree | e27a6336cc67eb403c9276a6a1967b904ecfdbbe /rt/share/html/Ticket/Elements/ShowTransaction | |
| parent | a7de168188ff30192238c20a194c144e2bfd1716 (diff) | |
| parent | 24548f7cf666bac02335d0bc74f81251c7b4ab50 (diff) | |
This commit was generated by cvs2svn to compensate for changes in r12472,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'rt/share/html/Ticket/Elements/ShowTransaction')
| -rwxr-xr-x | rt/share/html/Ticket/Elements/ShowTransaction | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/rt/share/html/Ticket/Elements/ShowTransaction b/rt/share/html/Ticket/Elements/ShowTransaction index 14c4d2aba..e76e00495 100755 --- a/rt/share/html/Ticket/Elements/ShowTransaction +++ b/rt/share/html/Ticket/Elements/ShowTransaction @@ -142,6 +142,13 @@ unless ( $type_class ) { } } +$m->callback( + CallbackName => 'MassageTypeClass', + Transaction => $Transaction, + TypeClassRef => \$type_class, + ARGSRef => \%ARGS, +); + my $TicketString = ''; if ( $Ticket->Id != $Transaction->Ticket ) { $TicketString = loc("Ticket #[_1]:", $Transaction->Ticket) .' '; @@ -158,6 +165,13 @@ unless ($Attachments) { } my $titlebar_commands = ''; +$m->callback( + CallbackName => 'MassageAttachments', + Transaction => $Transaction, + AttachmentsRef => \$Attachments, + ARGSRef => \%ARGS, +); + if ( $type =~ /EmailRecord$/ ) { $titlebar_commands .= |
