diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-05-06 19:10:47 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-05-06 19:10:47 -0700 |
| commit | f921a017cd3dd987bd48e05c7fd462a1ef9cb79d (patch) | |
| tree | 4f772a73dc1852860d1d646fb7d8e866eb46d2a3 /httemplate/pref | |
| parent | a9129b5b8b7a69d1d0a7fce6dc9d72665eaec568 (diff) | |
| parent | 95606bc9db41352511c886773a311f2166cc6cf2 (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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> |
