summaryrefslogtreecommitdiff
path: root/httemplate/pref
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-10-31 17:08:18 -0700
committerMark Wells <mark@freeside.biz>2014-10-31 17:08:18 -0700
commite3efeaeaa661d78fcbf0a257b929db15f7892495 (patch)
tree71f07151471ac173a792ff9484a9be6f8d552cbe /httemplate/pref
parent3910789250b55b908956b6d7d712d007bf107c22 (diff)
always collapse display of changed packages, #27305
Diffstat (limited to 'httemplate/pref')
-rw-r--r--httemplate/pref/pref-process.html1
-rw-r--r--httemplate/pref/pref.html16
2 files changed, 0 insertions, 17 deletions
diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html
index 53cf7ef86..0d1a45a93 100644
--- a/httemplate/pref/pref-process.html
+++ b/httemplate/pref/pref-process.html
@@ -58,7 +58,6 @@ unless ( $error ) { # if ($access_user) {
snom-ip snom-username snom-password
vonage-fromnumber vonage-username vonage-password
cust_pkg-display_times
- hide_package_changes
show_pkgnum show_confitem_counts export_getsettings
show_db_profile save_db_profile save_tmp_typesetting
height width availHeight availWidth colorDepth
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index 350890764..832df78c6 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -76,22 +76,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>