diff options
| author | Mark Wells <mark@freeside.biz> | 2014-02-19 14:08:06 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2014-02-19 14:08:06 -0800 |
| commit | 04220e7ef18314883ad1cec05c552f13d8d5f7e4 (patch) | |
| tree | 6d9be1c45ff4efb8c0d85ff54ac0dc0531cc27e1 /httemplate/pref/pref.html | |
| parent | 7aa234a1d984001d6d311b59662ef485c344b3f8 (diff) | |
collapse display of location-changed packages, #25130
Diffstat (limited to 'httemplate/pref/pref.html')
| -rw-r--r-- | httemplate/pref/pref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index ccfeecd77..eaa7d3281 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -78,6 +78,22 @@ Interface </TD> </TR> + <TR> + <TH ALIGN="right">Hide package changes: </TH> + <TD> + <& /elements/select.html, + field => 'hide_package_changes', + options => [ '', 'location', 'all' ], + labels => { '' => 'never', + 'location' => 'location changes', + 'all' => 'all package changes', + }, + curr_value => ($cgi->param('hide_package_changes') + || $curuser->option('hide_package_changes')), + &> + </TD> + </TR> + % my $history_order = $curuser->option('history_order') || 'oldest'; <TR> <TH ALIGN="right">Customer history sort order: </TH> |
