diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-09-23 14:56:51 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-09-23 14:56:51 -0700 |
| commit | 0bff2e665b3a6389b47510e4c04a5a454f6dd7d4 (patch) | |
| tree | e7f3368c067594b98699c5cf62f0991e8ceb2e4f /rt/share/html/Elements/MessageBox | |
| parent | 806d426d106efea2b2b13314108c4ac046511e1c (diff) | |
rt 4.0.7
Diffstat (limited to 'rt/share/html/Elements/MessageBox')
| -rwxr-xr-x | rt/share/html/Elements/MessageBox | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/share/html/Elements/MessageBox b/rt/share/html/Elements/MessageBox index 61995e057..69227bfa9 100755 --- a/rt/share/html/Elements/MessageBox +++ b/rt/share/html/Elements/MessageBox @@ -46,7 +46,7 @@ %# %# END BPS TAGGED BLOCK }}} <textarea autocomplete="off" class="messagebox" <% $width_attr %>="<% $Width %>" rows="<% $Height %>" <% $wrap_type |n %> name="<% $Name %>" id="<% $Name %>">\ -% $m->comp('/Articles/Elements/IncludeArticle', %ARGS); +% $m->comp('/Articles/Elements/IncludeArticle', %ARGS) if $IncludeArticle; % $m->callback( %ARGS, SignatureRef => \$signature ); <% $Default || '' %><% $message %><% $signature %></textarea> % $m->callback( %ARGS, CallbackName => 'AfterTextArea' ); @@ -89,4 +89,5 @@ $Width => RT->Config->Get('MessageBoxWidth', $session{'CurrentUser'} $Height => RT->Config->Get('MessageBoxHeight', $session{'CurrentUser'} ) || 15 $Wrap => RT->Config->Get('MessageBoxWrap', $session{'CurrentUser'} ) || 'SOFT' $IncludeSignature => RT->Config->Get('MessageBoxIncludeSignature'); +$IncludeArticle => 1; </%ARGS> |
