diff options
author | Mark Wells <mark@freeside.biz> | 2015-05-06 16:43:45 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-05-06 16:57:43 -0700 |
commit | 95606bc9db41352511c886773a311f2166cc6cf2 (patch) | |
tree | 255095b60370ab663d585c85a750cab85e97a9a8 /httemplate/pref | |
parent | c422010521a7c09673a8d4d0068d3fd482dd2dbc (diff) |
display N most recent emails in customer view, #30164
Diffstat (limited to 'httemplate/pref')
-rw-r--r-- | httemplate/pref/pref-process.html | 1 | ||||
-rw-r--r-- | httemplate/pref/pref.html | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html index cd400ee3f..68f0f6e2f 100644 --- a/httemplate/pref/pref-process.html +++ b/httemplate/pref/pref-process.html @@ -55,6 +55,7 @@ unless ( $error ) { # if ($access_user) { enable_fuzzy_on_exact disable_html_editor disable_enter_submit_onetimecharge enable_mask_clipboard_hack dashboard_customers + customer_view_emails 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 5e722b043..ffc90fde8 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -151,6 +151,15 @@ Interface </TD> </TR> + <TR> + <TH ALIGN="right">How many recent outbound emails to show in customer view</TH> + <TD ALIGN="left" COLSPAN=2> + <INPUT TYPE="text" NAME="customer_view_emails" VALUE="<% $curuser->option('customer_view_emails') %>"></TD> + </TD> + </TR> + + + </TABLE> <BR> |