summaryrefslogtreecommitdiff
path: root/httemplate/pref
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-08-17 16:26:46 -0700
committerIvan Kohler <ivan@freeside.biz>2014-08-17 16:26:46 -0700
commit57e01509b9c722840218ac65de62d33ab46ea006 (patch)
tree37f6e96a36bbadac7c8437272371e16d5adbf50d /httemplate/pref
parent788275e860cfa8126fd6919c11fce8a46b1062a9 (diff)
user pref for # of customers on dashboard, RT#29794
Diffstat (limited to 'httemplate/pref')
-rw-r--r--httemplate/pref/pref-process.html2
-rw-r--r--httemplate/pref/pref.html9
2 files changed, 9 insertions, 2 deletions
diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html
index 85e2a3419..53cf7ef86 100644
--- a/httemplate/pref/pref-process.html
+++ b/httemplate/pref/pref-process.html
@@ -53,7 +53,7 @@ unless ( $error ) { # if ($access_user) {
spreadsheet_format mobile_menu
enable_fuzzy_on_exact
disable_html_editor disable_enter_submit_onetimecharge
- enable_mask_clipboard_hack
+ enable_mask_clipboard_hack dashboard_customers
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 ab5baab5e..56cf55061 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -78,7 +78,7 @@ Interface
<TR>
<TH ALIGN="right">Hide package changes: </TH>
- <TD>
+ <TD COLSPAN=2>
<& /elements/select.html,
field => 'hide_package_changes',
options => [ '', 'location', 'all' ],
@@ -158,6 +158,13 @@ Interface
</TD>
</TR>
+ <TR>
+ <TH ALIGN="right">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>
+ </TD>
+ </TR>
+
</TABLE>
<BR>