diff options
author | Mitch Jackson <mitch@freeside.biz> | 2019-01-08 17:19:02 -0500 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2019-01-08 17:28:16 -0500 |
commit | 0edb6050aeb65200869a12d83d8de794ed384154 (patch) | |
tree | ba519d88e5fb57b8907df1daa033f3460071461d /httemplate/edit | |
parent | 5702ca6d01cd5c6c3ab457fc272d2476ddb42b1e (diff) |
RT# 38217 Improve delete button on log email page
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/log_email.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/log_email.html b/httemplate/edit/log_email.html index b79aba986..a81e98b09 100644 --- a/httemplate/edit/log_email.html +++ b/httemplate/edit/log_email.html @@ -41,7 +41,7 @@ ) %> <%once> -my @contexts = sort FS::log_context->contexts; +my @contexts = FS::log_context->contexts; </%once> <%init> |