From 0edb6050aeb65200869a12d83d8de794ed384154 Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Tue, 8 Jan 2019 17:19:02 -0500 Subject: RT# 38217 Improve delete button on log email page --- httemplate/search/log.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/search') diff --git a/httemplate/search/log.html b/httemplate/search/log.html index f6ac9d9be..9be0b7d0a 100644 --- a/httemplate/search/log.html +++ b/httemplate/search/log.html @@ -201,7 +201,7 @@ my %colors = ( my $color_sub = sub { $colors{ $_[0]->level }; }; -my @contexts = ('', sort FS::log_context->contexts); +my @contexts = ('', FS::log_context->contexts); <%init> my $curuser = $FS::CurrentUser::CurrentUser; -- cgit v1.2.1