From ba7725a58fa6c211df8614f57973f49d71d64b80 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-process.html | 1 + httemplate/pref/pref.html | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'httemplate/pref') diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html index f5b5bb68e..0134e6a9b 100644 --- a/httemplate/pref/pref-process.html +++ b/httemplate/pref/pref-process.html @@ -56,6 +56,7 @@ unless ( $error ) { # if ($access_user) { enable_mask_clipboard_hack dashboard_customers customer_view_emails printtofit + hide_notify_tickets email_address snom-ip snom-username snom-password vonage-fromnumber vonage-username vonage-password diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index a6b5ba740..f6ad36a0d 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -150,7 +150,14 @@ Interface - How many recently-modified customers displayed on dashboard + <% 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