[rt-commit] [svn] r540 - rt/trunk/html/Ticket
jesse at fsck.com
jesse at fsck.com
Wed Mar 10 23:22:56 EST 2004
Author: jesse
Date: Wed Mar 10 23:22:56 2004
New Revision: 540
Modified:
rt/trunk/html/Ticket/Create.html
Log:
Don't repeatedly include the signature when adding attachments on ticket creation
Modified: rt/trunk/html/Ticket/Create.html
==============================================================================
--- rt/trunk/html/Ticket/Create.html (original)
+++ rt/trunk/html/Ticket/Create.html Wed Mar 10 23:22:56 2004
@@ -117,7 +117,7 @@
<TD COLSPAN=6>
<&|/l&>Describe the issue below</&>:<br>
% if (exists $ARGS{Content}) {
-<& /Elements/MessageBox, Default => $ARGS{Content} &>
+<& /Elements/MessageBox, Default => $ARGS{Content}, IncludeSignature => 0 &>
% } else {
<& /Elements/MessageBox, QuoteTransaction => $QuoteTransaction &>
%}
More information about the Rt-commit
mailing list