X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=575b8045b1a4decdea890d7d3360824f28136231;hb=fead47c024e1a6c4bc49b5387a4c690dc1a4bf3d;hp=c7083e9d08be470f0b35a6bdc02d8bf971c285bd;hpb=93f811c014058da26e734fc621028741b156c5d7;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index c7083e9d0..575b8045b 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'; + + + + + + + + + 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' : '' %>> + + +