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:49:32 -0500 |
| commit | 0502f819090ebd13a2e88c3f9e88f0d9f1702dda (patch) | |
| tree | f106b2f73a82023a53021ad28430c0da7a788e3e /httemplate/edit | |
| parent | 4978a051c40df565435e0555634c7eff4b5a8e1b (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> |
