X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=a6b5ba7408653dfcd032c3da646ff9dbd7a7fdb3;hb=408574c3f92b84f422f9a95dd0ab904d9c23ece6;hp=8e56355dbeb0c3afb5e353e3d226a6a7f40076c4;hpb=2d57d71025519495dd1cdfca3799a6652c674637;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 8e56355db..a6b5ba740 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,7 +75,52 @@ 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: + + + + + +% if ( FS::Conf->new->exists('enable_fuzzy_on_exact') ) { + + + +% } else { + + + Enable approximate customer searching
even when an exact match is found: + + option('enable_fuzzy_on_exact') ? 'CHECKED' : '' %>> + + + +% } + Disable HTML editor for customer notes: @@ -90,6 +135,34 @@ Interface + + Don't copy MAC address delimiters to clipboard + + option('enable_mask_clipboard_hack') ? 'CHECKED' : '' %>> + + + + + Scale documents to fit on a letter-size page + + option('printtofit') ? 'CHECKED' : '' %>> + + + + + How many recently-modified customers displayed on dashboard + + + + + + + How many recent outbound emails to show in customer view + + + + +
@@ -135,10 +208,16 @@ Development Save database profiling logs (when available): option('save_db_profile') ? 'CHECKED' : '' %>> + + Save temporary invoice typesetting files: + option('save_tmp_typesetting') ? 'CHECKED' : '' %>> +
+% if ( $curuser->access_right('Employee preference telephony integration') ) { + SNOM integration <% ntable("#cccccc",2) %> @@ -183,6 +262,7 @@ Vonage integration (see Click2Call
+% } % foreach my $prop (qw( height width availHeight availWidth colorDepth )) { @@ -216,7 +296,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;