[Rt-commit] r7225 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Tue Mar 13 08:46:51 EDT 2007
Author: ruz
Date: Tue Mar 13 08:46:49 2007
New Revision: 7225
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowHistory
Log:
r4734 at cubic-pc: cubic | 2007-03-13 15:44:18 +0300
* don't declare subs we don't use
Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowHistory
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowHistory (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowHistory Tue Mar 13 08:46:49 2007
@@ -104,14 +104,10 @@
$m->comp( 'ShowTransaction',
%ARGS,
- AttachPath => $AttachPath,
- UpdatePath => $UpdatePath,
Ticket => $Ticket,
Transaction => $Transaction,
ShowHeaders => $ShowHeaders,
- Collapsed => $Collapsed,
RowNum => $i,
- ShowTitleBarCommands => $ShowTitleBarCommands,
Attachments => \@trans_attachments,
AttachmentContent => $trans_content,
LastTransaction => $Transactions->IsLast
@@ -158,10 +154,6 @@
$Attachments => undef
$AttachmentContent => undef
$ShowHeaders => undef
-$Collapsed => undef
$ShowTitle => 1
$ShowDisplayModes => 1
-$ShowTitleBarCommands => 1
-$AttachPath => RT->Config->Get('WebPath')."/Ticket/Attachment"
-$UpdatePath => RT->Config->Get('WebPath')."/Ticket/Update.html"
</%ARGS>
More information about the Rt-commit
mailing list