diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-08-01 13:53:42 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-08-16 11:55:58 -0400 |
| commit | 403aa327f1b10b37dcac39f6cf6ab1f89dcef7f6 (patch) | |
| tree | 5d8ed21f86b8e975e5081260af9ddc8175b1740a /httemplate/pref/pref.html | |
| parent | af965b6e50e539c74dfede0ced874e2a103d42eb (diff) | |
RT # 73490 - removed global conf and user pref check for hide tickets and added group access control.
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 bb21b0f3c..abd1ea57f 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -137,13 +137,6 @@ </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> |
