[Rt-commit] rt branch, 4.4/missing-attachment-warning, updated. rt-4.2.11-6-g384a4b7
Shawn Moore
shawn at bestpractical.com
Wed Jun 24 12:11:39 EDT 2015
The branch, 4.4/missing-attachment-warning has been updated
via 384a4b73dfbb34392bf680430ae650093dad3149 (commit)
from 1e0ccce67abc5c66e8076ea4bfc89426fc087b5d (commit)
Summary of changes:
share/html/Search/Bulk.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 384a4b73dfbb34392bf680430ae650093dad3149
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed Jun 24 16:10:59 2015 +0000
Move attachments to below messagebox on bulk update
This makes it more consistent with other pages
diff --git a/share/html/Search/Bulk.html b/share/html/Search/Bulk.html
index fc61905..37eacbe 100644
--- a/share/html/Search/Bulk.html
+++ b/share/html/Search/Bulk.html
@@ -146,8 +146,6 @@
</td></tr>
% } # end if while
-<& /Ticket/Elements/AddAttachments, %ARGS &>
-
<tr><td class="labeltop"><&|/l&>Message</&>:</td>
<td class="messagebox-container action-<% $ARGS{UpdateType} || 'private' %>">
% $m->callback( %ARGS, CallbackName => 'BeforeMessageBox' );
@@ -158,6 +156,9 @@
( IncludeSignature => $IncludeSignature ),
&>
</td></tr>
+
+<& /Ticket/Elements/AddAttachments, %ARGS &>
+
</table>
</&>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list