X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=832df78c6973fe562c16e6d97468a2b73df71635;hb=e3efeaeaa661d78fcbf0a257b929db15f7892495;hp=575b8045b1a4decdea890d7d3360824f28136231;hpb=fa2326a36a5ce74e8c9dab504c3274688a297c04;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 575b8045b..832df78c6 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -5,7 +5,7 @@ <% include('/elements/error.html') %> -Change password (leave blank for no change) +<% mt('Change password (leave blank for no change)') |h %> <% ntable("#cccccc",2) %> @@ -75,6 +75,21 @@ Interface + +% my $history_order = $curuser->option('history_order') || 'oldest'; + + Customer history sort order: + + <& /elements/select.html, + field => 'history_order', + curr_value => $history_order, + options => [ 'oldest', 'newest' ], + labels => { 'oldest' => 'Oldest first', + 'newest' => 'Newest first', + }, + &> + + Spreadsheet download format: @@ -91,13 +106,21 @@ Interface +% if ( FS::Conf->new->exists('enable_fuzzy_on_exact') ) { + + + +% } else { + - Enable approximate customer searching even when an exact match is found: + Enable approximate customer searching
even when an exact match is found: option('enable_fuzzy_on_exact') ? 'CHECKED' : '' %>> +% } + Disable HTML editor for customer notes: @@ -112,6 +135,20 @@ Interface + + Don't copy MAC address delimiters to clipboard + + option('enable_mask_clipboard_hack') ? 'CHECKED' : '' %>> + + + + + How many recently-modified customers displayed on dashboard + + + + +
@@ -157,6 +194,10 @@ Development Save database profiling logs (when available): option('save_db_profile') ? 'CHECKED' : '' %>> + + Save temporary invoice typesetting files: + option('save_tmp_typesetting') ? 'CHECKED' : '' %>> +
@@ -238,7 +279,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;