X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=5455e428e3005aff01cb8d9618c5e3d886a86d9d;hb=2f55a20e4ca789d73cda7463f5edfce0049ee18d;hp=dc44db0b0fbd0d5a837662ac85ab79231d051b01;hpb=120718856665ca90ad852535d1155f8ea8ecb6b6;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index dc44db0b0..5455e428e 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -78,6 +78,22 @@ Interface + + Hide package changes: + + <& /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')), + &> + + + % my $history_order = $curuser->option('history_order') || 'oldest'; Customer history sort order: @@ -108,6 +124,12 @@ Interface +% if ( FS::Conf->new->exists('enable_fuzzy_on_exact') ) { + + + +% } else { + Enable approximate customer searching
even when an exact match is found: @@ -115,6 +137,8 @@ Interface +% } + Disable HTML editor for customer notes: @@ -129,6 +153,20 @@ Interface + + Don't copy MAC address delimiters to clipboard + + option('enable_mask_clipboard_hack') ? 'CHECKED' : '' %>> + + + + + How many recently-modified customers displayed on dashboard + + + + +