[Rt-commit] rt branch, 4.4/sig-move, repushed
Rachel Kelly
rachel at bestpractical.com
Thu May 5 16:12:57 EDT 2016
The branch 4.4/sig-move was deleted and repushed:
was d0f25d83ebbfdbb3723bd5d111acd9e50ec6ecc9
now fa119c66052a226b24bf19859f36b88d5f175851
1: d0f25d8 ! 1: fa119c6 Add signature-above-quote option
@@ -1,11 +1,6 @@
Author: Rachel Kelly <rachel at bestpractical.com>
Add signature-above-quote option
-
- Add button to optionally place signature in ticket reply at top
- or bottom so that the user can decide. Default behavior places
- signature at bottom. Add pod doc for description of behavior.
- Add conditional within html element.
Fixes: I#31877
@@ -18,9 +13,9 @@
+=item C<$SignatureAboveQuote>
+
-+Use this to set the placement of the signature. By default this
-+setting places the signature at the bottom of the quoted text. Set
-+this to no to place the signature above the quoted text.
++By default RT places the signature at the bottom of the quoted text in
++the message box for ticket replies. Set this to 1 to place the signature
++above the quoted text.
+
+=cut
+
@@ -58,7 +53,7 @@
% $m->comp('/Articles/Elements/IncludeArticle', %ARGS) if $IncludeArticle;
% $m->callback( %ARGS, SignatureRef => \$signature, DefaultRef => \$Default, MessageRef => $message );
+% if (RT->Config->Get("SignatureAboveQuote", $session{'CurrentUser'})) {
-+<% $Default || '' %><%$signature %><% $message %><% '' %></textarea>
++<% $Default || '' %><% $signature %><% $message %></textarea>
+% }
+% else {
<% $Default || '' %><% $message %><% $signature %></textarea>
More information about the rt-commit
mailing list