[Bps-public-commit] rt-extension-quickreply branch, master, updated. e6f1726a18cc629f5548e4e9aeffea67f10d4508

? sunnavy sunnavy at bestpractical.com
Fri Sep 20 08:37:29 EDT 2013


The branch, master has been updated
       via  e6f1726a18cc629f5548e4e9aeffea67f10d4508 (commit)
      from  fe0566d5cd18704b6f2ec447f1c43850802434f3 (commit)

Summary of changes:
 html/Ticket/Elements/QuickReply | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit e6f1726a18cc629f5548e4e9aeffea67f10d4508
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Sep 20 20:35:35 2013 +0800

    let MessageBox decide if include signature or not
    
    where it checks $MessageBoxIncludeSignature by default

diff --git a/html/Ticket/Elements/QuickReply b/html/Ticket/Elements/QuickReply
index 5a05352..274a05a 100755
--- a/html/Ticket/Elements/QuickReply
+++ b/html/Ticket/Elements/QuickReply
@@ -94,7 +94,7 @@
             <tr>
                 <td class="label" valign="top"><&|/l&>Message</&>:</td>
                 <td class="messagebox-container action-<% $type %>">
-                <& /Elements/MessageBox, Name=>"UpdateContent", IncludeSignature => 0, %ARGS &>
+                <& /Elements/MessageBox, Name=>"UpdateContent", %ARGS &>
                 </td>
             </tr>
         </table>

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list