[Rt-commit] r11439 - in rt/branches/3.6-RELEASE: .

falcone at bestpractical.com falcone at bestpractical.com
Thu Apr 3 12:28:52 EDT 2008


Author: falcone
Date: Thu Apr  3 12:28:51 2008
New Revision: 11439

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/Ticket/Create.html

Log:
 r30901 at ketch:  falcone | 2008-04-03 12:25:37 -0400
 * pass %ARGS to the MessageBox element so RTFM can use the information


Modified: rt/branches/3.6-RELEASE/html/Ticket/Create.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Ticket/Create.html	(original)
+++ rt/branches/3.6-RELEASE/html/Ticket/Create.html	Thu Apr  3 12:28:51 2008
@@ -154,9 +154,9 @@
 <&|/l&>Describe the issue below</&>:<br />
 <& /Elements/Callback, _CallbackName => 'BeforeMessageBox', QueueObj => $QueueObj, %ARGS &>
 % if (exists $ARGS{Content}) {
-<& /Elements/MessageBox, Default => $ARGS{Content}, IncludeSignature => 0 &>
+<& /Elements/MessageBox, Default => $ARGS{Content}, IncludeSignature => 0, %ARGS &>
 % } else {
-<& /Elements/MessageBox, QuoteTransaction => $QuoteTransaction &>
+<& /Elements/MessageBox, QuoteTransaction => $QuoteTransaction, %ARGS &>
 %}
 
 <br />


More information about the Rt-commit mailing list