[Rt-commit] r11042 - rt/branches/3.6-RELEASE/html/Ticket/Elements
clkao at bestpractical.com
clkao at bestpractical.com
Tue Mar 11 15:01:00 EDT 2008
Author: clkao
Date: Tue Mar 11 15:01:00 2008
New Revision: 11042
Modified:
rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransaction
Log:
provide a ModifyCommand callback from ShowTransaction.
Modified: rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransaction
==============================================================================
--- rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransaction (original)
+++ rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransaction Tue Mar 11 15:01:00 2008
@@ -46,6 +46,8 @@
%#
%# END BPS TAGGED BLOCK }}}
<div class="ticket-transaction<% $type_class && " $type_class" %><% $RowNum % 2 ? ' odd' : ' even' %>">
+% $m->comp('/Elements/Callback', _CallbackName => 'ModifyDisplay', titlebar_cmd => \$titlebar_commands, Transaction => $Transaction, %ARGS);
+
<table width="100%" cellspacing="0" cellpadding="2" border="0">
<tr>
<td rowspan="2" valign="top" class="type">
@@ -70,6 +72,7 @@
% $m->comp('ShowTransactionAttachments', %ARGS, Parent => 0) unless ($Collapsed ||!$ShowBody);
</td>
</tr>
+
</table>
</div>
More information about the Rt-commit
mailing list