summaryrefslogtreecommitdiff
path: root/httemplate/pref/pref.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-11-23 15:00:20 -0800
committerMark Wells <mark@freeside.biz>2016-11-23 15:00:20 -0800
commitfd90ad324e6e19d2e51676d0be8951801731f2e7 (patch)
tree49c07feeea28473fdff194885e0bb2d6179a0d8d /httemplate/pref/pref.html
parentf1675daf6b326dfedf0cab80d9c9683a0db5c820 (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.html7
1 files changed, 7 insertions, 0 deletions
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
@@ -137,6 +137,13 @@
</TR>
<TR>
+ <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>