X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=e504ffc3a7c4f163bb8999abe9e25b190d3b5346;hb=300c0d096df087565bedd4a1226af1cd0a71b962;hp=c7083e9d08be470f0b35a6bdc02d8bf971c285bd;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index c7083e9d0..e504ffc3a 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -31,6 +31,20 @@ Interface <% ntable("#cccccc",2) %> + Locale: + + + + + + Menu location: > Left
@@ -40,6 +54,14 @@ Interface + Enable mobile-friendly menu: + + option('mobile_menu') ? 'CHECKED' : '' %>> + + + + Default customer view: +% my $xls = $curuser->option('spreadsheet_format') eq 'XLS'; +% my $xlsx = $curuser->option('spreadsheet_format') eq 'XLSX'; + + + + + + + +% 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: option('disable_html_editor') ? 'CHECKED' : '' %>> + + Disable submission on [Enter] key - one-time charges: + + option('disable_enter_submit_onetimecharge') ? 'CHECKED' : '' %>> + + +
@@ -75,6 +134,13 @@ Email Address + + Don't copy MAC address delimiters to clipboard + + option('enable_mask_clipboard_hack') ? 'CHECKED' : '' %>> + + +
@@ -106,6 +172,10 @@ Development Save database profiling logs (when available): option('save_db_profile') ? 'CHECKED' : '' %>> + + Save temporary invoice typesetting files: + option('save_tmp_typesetting') ? 'CHECKED' : '' %>> +