diff options
Diffstat (limited to 'httemplate/pref/pref.html')
-rw-r--r-- | httemplate/pref/pref.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index bf0cc90a7..d976871f5 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -150,13 +150,6 @@ Interface </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> |