diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-08-17 16:26:41 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-08-17 16:26:41 -0700 |
commit | 2f55a20e4ca789d73cda7463f5edfce0049ee18d (patch) | |
tree | aa86fc27ed215c9a39d1ba8a22fb540cc63d1acf /httemplate/pref/pref.html | |
parent | a618055d3a8cfc55a449847b433dcdc85df92bcd (diff) |
user pref for # of customers on dashboard, RT#29794
Diffstat (limited to 'httemplate/pref/pref.html')
-rw-r--r-- | httemplate/pref/pref.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index eaa7d3281..5455e428e 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -80,7 +80,7 @@ Interface <TR> <TH ALIGN="right">Hide package changes: </TH> - <TD> + <TD COLSPAN=2> <& /elements/select.html, field => 'hide_package_changes', options => [ '', 'location', 'all' ], @@ -160,6 +160,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> |