[Rt-commit] r9393 - in rtir/branches/2.3-EXPERIMENTAL: .

sartak at bestpractical.com sartak at bestpractical.com
Mon Oct 22 12:38:42 EDT 2007


Author: sartak
Date: Mon Oct 22 12:38:42 2007
New Revision: 9393

Modified:
   rtir/branches/2.3-EXPERIMENTAL/   (props changed)
   rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Tools/ScriptedAction.html

Log:
 r43972 at onn:  sartak | 2007-10-22 12:38:30 -0400
 Don't put the user's signature into either address box


Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Tools/ScriptedAction.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Tools/ScriptedAction.html	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Tools/ScriptedAction.html	Mon Oct 22 12:38:42 2007
@@ -100,9 +100,9 @@
     </td>
     <td colspan="5">
 % if (exists $ARGS{IPs}) {
-      <& /Elements/MessageBox, Name=>"IPs", Width => 30, Default=>$ARGS{IPs}, %ARGS&>
+      <& /Elements/MessageBox, Name=>"IPs", Width => 30, Default=>$ARGS{IPs}, IncludeSignature => 0, %ARGS&>
 % } else {
-      <& /Elements/MessageBox, Name=> 'IPs', Width => 30 &>
+      <& /Elements/MessageBox, Name=> 'IPs', Width => 30, IncludeSignature => 0 &>
 % }
     </td>
   </tr>
@@ -113,9 +113,9 @@
     </td>
     <td colspan="5">
 % if (exists $ARGS{Addresses}) {
-      <& /Elements/MessageBox, Name=>"Addresses", Width => 30, Default=>$ARGS{Addresses}, %ARGS&>
+      <& /Elements/MessageBox, Name=>"Addresses", Width => 30, Default=>$ARGS{Addresses}, IncludeSignature => 0, %ARGS&>
 % } else {
-      <& /Elements/MessageBox, Name=> 'Addresses', Width => 30 &>
+      <& /Elements/MessageBox, Name=> 'Addresses', Width => 30, IncludeSignature => 0 &>
 % }
     </td>
   </tr>


More information about the Rt-commit mailing list