diff options
| author | Mark Wells <mark@freeside.biz> | 2016-11-23 15:00:20 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-11-23 15:14:12 -0800 |
| commit | ba7725a58fa6c211df8614f57973f49d71d64b80 (patch) | |
| tree | 64d15b3ba71824bff00a9e06d5559b177bc21204 /httemplate/pref/pref.html | |
| parent | 8afd2939872ed96d7e205e85c183a5cf20c36ef6 (diff) | |
hide the notify-tickets widget if there are no tickets, or if the user turns it off, #73490
Diffstat (limited to 'httemplate/pref/pref.html')
| -rw-r--r-- | httemplate/pref/pref.html | 9 |
1 files changed, 8 insertions, 1 deletions
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 </TR> <TR> - <TH ALIGN="right">How many recently-modified customers displayed on dashboard</TH> + <TH ALIGN="right"><% emt('Hide notification of new ticket activity') %></TH> + <TD ALIGN="left"> + <INPUT TYPE="checkbox" NAME="hide_notify_tickets" VALUE="1" <% $curuser->option('hide_notify_tickets') ? 'CHECKED' : '' %>> + </TD> + </TR> + + <TR> + <TH ALIGN="right"><% emt("How many recently-modified customers displayed on dashboard") %></TH> <TD ALIGN="left" COLSPAN=2> <INPUT TYPE="text" NAME="dashboard_customers" VALUE="<% $curuser->option('dashboard_customers') %>"></TD> </TD> |
