summaryrefslogtreecommitdiff
path: root/httemplate/pref
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-08-01 13:53:42 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-08-16 12:27:19 -0400
commit0868e3d3883695b4acf8fbb0c61a08f2249af389 (patch)
tree72a0080b7d334321cc5bdad479e62523bfd47009 /httemplate/pref
parentab8fb59e7a48c6487ae36493928a5f7f558a61eb (diff)
RT # 73490 - removed global conf and user pref check for hide tickets and added group access control.
Diffstat (limited to 'httemplate/pref')
-rw-r--r--httemplate/pref/pref-process.html1
-rw-r--r--httemplate/pref/pref.html7
2 files changed, 0 insertions, 8 deletions
diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html
index 0134e6a9b..f5b5bb68e 100644
--- a/httemplate/pref/pref-process.html
+++ b/httemplate/pref/pref-process.html
@@ -56,7 +56,6 @@ unless ( $error ) { # if ($access_user) {
enable_mask_clipboard_hack dashboard_customers
customer_view_emails
printtofit
- hide_notify_tickets
email_address
snom-ip snom-username snom-password
vonage-fromnumber vonage-username vonage-password
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>