From e42db9683dee82d6991a4205642d5babb3d52f2f Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 23 Nov 2016 15:00:20 -0800 Subject: hide the notify-tickets widget if there are no tickets, or if the user turns it off, #73490 --- httemplate/pref/pref.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'httemplate/pref/pref.html') diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 0f23a0cba..f26d209d6 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -136,6 +136,13 @@ + + <% emt('Hide notification of new ticket activity') %> + + option('hide_notify_tickets') ? 'CHECKED' : '' %>> + + + <% emt("How many recently-modified customers displayed on dashboard") %> -- cgit v1.2.1