[Rt-commit] r19425 - rt/3.999/trunk/share/html/Ticket/Elements
sartak at bestpractical.com
sartak at bestpractical.com
Mon May 4 16:40:20 EDT 2009
Author: sartak
Date: Mon May 4 16:40:19 2009
New Revision: 19425
Modified:
rt/3.999/trunk/share/html/Ticket/Elements/ShowTransaction
Log:
Fix ShowEmailRecord URL parameters
Modified: rt/3.999/trunk/share/html/Ticket/Elements/ShowTransaction
==============================================================================
--- rt/3.999/trunk/share/html/Ticket/Elements/ShowTransaction (original)
+++ rt/3.999/trunk/share/html/Ticket/Elements/ShowTransaction Mon May 4 16:40:19 2009
@@ -165,9 +165,9 @@
$titlebar_commands .=
"[<a target=\"_blank\" href=\"$email_record_path?id="
. $transaction->object_id
- . "&Transaction="
+ . "&transaction="
. $transaction->id
- . "&Attachment="
+ . "&attachment="
. ( $attachments->[0] && $attachments->[0]->id )
. '">' . _('Show') . "</a>] ";
$show_body = 0;
More information about the Rt-commit
mailing list