[Rt-commit] rt branch, master, updated. rt-4.2.11-168-gf34b7ba
? sunnavy
sunnavy at bestpractical.com
Tue Aug 18 13:11:48 EDT 2015
The branch, master has been updated
via f34b7ba26ccad9a7418e0e411d4141a8bc704a84 (commit)
from 9975dd7217b29e581b205e2af2b67799cfee7e26 (commit)
Summary of changes:
share/html/Search/Bulk.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit f34b7ba26ccad9a7418e0e411d4141a8bc704a84
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 0b144b2..10799af 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