X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FTicket%2FElements%2FShowAttachments;h=9e1ba6e151fbff3cbe7e5631eab7a63633fb972a;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=c97a1ef12c4e95ba63d20c1700a011a506142986;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941;p=freeside.git diff --git a/rt/share/html/Ticket/Elements/ShowAttachments b/rt/share/html/Ticket/Elements/ShowAttachments index c97a1ef12..9e1ba6e15 100755 --- a/rt/share/html/Ticket/Elements/ShowAttachments +++ b/rt/share/html/Ticket/Elements/ShowAttachments @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -51,39 +51,15 @@ class => 'ticket-info-attachments', color => "#336699" &> -% foreach my $key (keys %documents) { +% foreach my $key (sort { lc($a) cmp lc($b) } keys %documents) { <%$key%>