diff options
author | Mark Wells <mark@freeside.biz> | 2015-05-06 16:56:58 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-05-06 16:56:58 -0700 |
commit | 3f36e519d061f6ca0102ba7887e9fee9b1bda874 (patch) | |
tree | 33cbdf4de40b085a17db44f2d259dd6a76ab7c2e /httemplate/pref/pref.html | |
parent | 9673c3dd4b15d76e4df583b1ec1df2e6964e948e (diff) |
display N most recent emails in customer view, #30164
Diffstat (limited to 'httemplate/pref/pref.html')
-rw-r--r-- | httemplate/pref/pref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 1b0ea0630..24c6a4db9 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -149,6 +149,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> |