diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-12-06 16:15:42 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-12-06 16:15:42 -0800 |
| commit | ecd038f7ae5c1ffc929f3c928ecd161eeb45d9be (patch) | |
| tree | 447a3c6b5c23bff660a97a57ebe27b672f408aa0 /httemplate/pref/pref.html | |
| parent | 606df68b2e1c2ee977aba90f3d738237dc23a61c (diff) | |
| parent | 319dfa0901a8bc9897e700390d3e97128d155819 (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/pref/pref.html')
| -rw-r--r-- | httemplate/pref/pref.html | 7 |
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> |
