diff options
Diffstat (limited to 'httemplate/pref/pref.html')
-rw-r--r-- | httemplate/pref/pref.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 4d6005a4c..383e5f7dd 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -78,22 +78,6 @@ Interface </TD> </TR> - <TR> - <TH ALIGN="right">Hide package changes: </TH> - <TD COLSPAN=2> - <& /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> |