From d14593f62f88b5a4768b7fc20e43799743aff5d2 Mon Sep 17 00:00:00 2001 From: sunnavy Date: Thu, 16 Dec 2021 22:00:51 +0800 Subject: [PATCH] Align existing attachment list Previously it was a bit higher than the corresponding label "Attached file". --- share/html/Ticket/Elements/AddAttachments | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/html/Ticket/Elements/AddAttachments b/share/html/Ticket/Elements/AddAttachments index 750bd923b45..7b28d89fb37 100644 --- a/share/html/Ticket/Elements/AddAttachments +++ b/share/html/Ticket/Elements/AddAttachments @@ -48,6 +48,7 @@ % if ( $attachments ) {
<&|/l&>Attached file:
+ % foreach my $attach_name ( sort keys %$attachments ) {
@@ -55,6 +56,7 @@ (<&|/l&>Delete)
% } # end of foreach +
% } # end of if