Hi all,
Please find attached a simple patch which includes the From: address
when viewing a ticket.
This lets you see the address that a piece of correspondance comes from
without searching through all of the various messages associated with a
ticket.
I'd appreciate feedback.
Thanks!
Adrian
--
Adrian Chadd The University of Western Australia
<[EMAIL PROTECTED]> CRICOS: 00126G
Ph: +61 8 6488 2574
Mob: +61 421 597 819
diff -u -r otrs/Kernel/Modules/AgentZoom.pm /var/www/otrs/Kernel/Modules/AgentZoom.pm
--- otrs/Kernel/Modules/AgentZoom.pm 2004-02-12 08:35:25.000000000 +0800
+++ /var/www/otrs/Kernel/Modules/AgentZoom.pm 2004-05-31 15:59:32.000000000 +0800
@@ -275,6 +275,8 @@
'onmouseover="window.status=\'$Text{"plain"}'.
'\'; return true;" onmouseout="window.status=\'\';">$Text{"plain"}</a>)';
}
+ # Quote the From: address in this thread view
+ $ThreadStrg .= " From: \$Quote{\"$Article{From}\"}";
$ThreadStrg .= ' $TimeLong{"'.$Article{Created}.'"}';
# --
# if this is the shown article -=> add </b>
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev