[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-40-gf670bf8

? sunnavy sunnavy at bestpractical.com
Thu May 13 01:06:23 EDT 2010


The branch, 3.8-trunk has been updated
       via  f670bf8f2a893352ed0ba29f7af814e747f04c26 (commit)
      from  6c11fd114d7e988f8603e56235a98e68247bb835 (commit)

Summary of changes:
 share/html/Search/Bulk.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit f670bf8f2a893352ed0ba29f7af814e747f04c26
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu May 13 13:06:35 2010 +0800

    keep link inputs only if to "Add More Attach"

diff --git a/share/html/Search/Bulk.html b/share/html/Search/Bulk.html
index a807677..6bd4267 100755
--- a/share/html/Search/Bulk.html
+++ b/share/html/Search/Bulk.html
@@ -228,7 +228,7 @@ $cfs->LimitToQueue($_) for keys %$seen_queues;
 
 <&|/Widgets/TitleBox, title => loc('Edit Links'), color => "#336633"&>
 <em><&|/l&>Enter tickets or URIs to link tickets to. Separate multiple entries with spaces.</&></em><br />
-<& /Ticket/Elements/BulkLinks, Tickets => $Tickets, %ARGS &>
+<& /Ticket/Elements/BulkLinks, Tickets => $Tickets, $ARGS{'AddMoreAttach'} ? %ARGS : () &>
 </&>
 
 <& /Elements/Submit, Label => loc('Update') &>

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


More information about the Rt-commit mailing list