X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=35089076485fde0ab986b8782a465097f9bdc3c8;hb=cb7ff9f91771b63d712493d966de041d857e83e7;hp=5babb018118debf0b68bd826ed1feda2aa8a3a19;hpb=06e353b743e7be88afa8fce50ea10f27ebb7adef;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 5babb0181..350890764 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -76,6 +76,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: @@ -106,6 +122,12 @@ Interface +% if ( FS::Conf->new->exists('enable_fuzzy_on_exact') ) { + + + +% } else { + Enable approximate customer searching
even when an exact match is found: @@ -113,6 +135,8 @@ Interface +% } + Disable HTML editor for customer notes: @@ -127,6 +151,20 @@ Interface + + Don't copy MAC address delimiters to clipboard + + option('enable_mask_clipboard_hack') ? 'CHECKED' : '' %>> + + + + + How many recently-modified customers displayed on dashboard + + + + +
@@ -257,7 +295,7 @@ $customer_views{'Jumbo'} = 'jumbo'; =~ /^(\w+)$/ or die "illegal menu_position"; my $menu_position = $1; ( $curuser->option('email_address') ) - =~ /^([,\w\@.]*)$/ or die "illegal email_address"; #too late + =~ /^([,\w\@.\-]*)$/ or die "illegal email_address"; #too late my $email_address = $1;