diff options
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> |