[Rt-commit] rtir branch, 2.6-trunk, updated. 2.6.0-17-ga7c0281
Kevin Falcone
falcone at bestpractical.com
Fri Mar 4 14:21:43 EST 2011
The branch, 2.6-trunk has been updated
via a7c0281c07377d684d3c81f9e4edf4cd13b7a00e (commit)
from 30755f998476714c3bb78fc62791b668b45d9fc2 (commit)
Summary of changes:
html/RTIR/Incident/Display.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit a7c0281c07377d684d3c81f9e4edf4cd13b7a00e
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Mar 4 14:20:19 2011 -0500
mirror the left/right column callbacks from Display.html in Incidents
diff --git a/html/RTIR/Incident/Display.html b/html/RTIR/Incident/Display.html
index ca0de8f..c1ef72c 100644
--- a/html/RTIR/Incident/Display.html
+++ b/html/RTIR/Incident/Display.html
@@ -34,6 +34,7 @@
<& /Elements/ListActions, actions => \@results &>
<table class="ticket-summary" width="100%"><tr><td class="boxcontainer" valign="top">
+% $m->callback( %ARGS, Ticket => $TicketObj, CallbackName => 'LeftColumnStart' );
<&| /Widgets/TitleBox,
title => loc('Incident #[_1]', $id),
@@ -65,6 +66,7 @@
</&>
</td><td class="boxcontainer" valign="top">
+% $m->callback( %ARGS, Ticket => $TicketObj, CallbackName => 'RightColumnStart' );
<& /RTIR/Incident/Elements/ShowChildren,
IncidentObj => $TicketObj,
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list