[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-163-g9ad0e62
sartak at bestpractical.com
sartak at bestpractical.com
Thu Feb 18 02:01:15 EST 2010
The branch, 3.8-trunk has been updated
via 9ad0e628035a48ab730e47a768963841677ee61b (commit)
from 15ec7b4d900ecfe235f4a67e352fc5914715dabc (commit)
Summary of changes:
share/html/Ticket/Elements/ShowSummary | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 9ad0e628035a48ab730e47a768963841677ee61b
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Feb 18 02:00:32 2010 -0500
Add callbacks to the top of ticket summary columns
diff --git a/share/html/Ticket/Elements/ShowSummary b/share/html/Ticket/Elements/ShowSummary
index 1b8c45e..21c53c5 100755
--- a/share/html/Ticket/Elements/ShowSummary
+++ b/share/html/Ticket/Elements/ShowSummary
@@ -48,6 +48,8 @@
<table width="100%" class="ticket-summary">
<tr>
<td valign="top" class="boxcontainer">
+% $m->callback( %ARGS, CallbackName => 'LeftColumnTop' );
+
<&| /Widgets/TitleBox, title => loc('The Basics'),
title_href => RT->Config->Get('WebPath')."/Ticket/Modify.html?id=".$Ticket->Id,
class => 'ticket-info-basics',
@@ -80,6 +82,8 @@
</td>
<td valign="top" class="boxcontainer">
+% $m->callback( %ARGS, CallbackName => 'RightColumnTop' );
+
% if ( RT->Config->Get('EnableReminders') ) {
<&|/Widgets/TitleBox, title => loc("Reminders"),
title_href => RT->Config->Get('WebPath')."/Ticket/Reminders.html?id=".$Ticket->Id,
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list