X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=0f23a0cbac13480e0daf2e74f65bbfe110828f30;hp=5babb018118debf0b68bd826ed1feda2aa8a3a19;hb=9054e70201187c69341ddd559350e64ffccdff0f;hpb=06e353b743e7be88afa8fce50ea10f27ebb7adef diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 5babb0181..0f23a0cba 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -1,40 +1,42 @@ -<% include('/elements/header.html', 'Preferences for '. getotaker ) %> +<& /elements/header.html, mt('Preferences for [_1]', $FS::CurrentUser::CurrentUser->username) &>
-<% include('/elements/error.html') %> +<& /elements/error.html &> +% if ( FS::Auth->auth_class->can('change_password') ) { -<% mt('Change password (leave blank for no change)') |h %> -<% ntable("#cccccc",2) %> + <% emt('Change password (leave blank for no change)') %> + - - - - + + + + - - - - + + + + - - - - + + + + -
Current password:
<% emt("Current password:") %>
New password:
<% emt("New password:") %>
Re-enter new password:
<% emt("Re-enter new password:") %>
-
+ +
+% } -Interface -<% ntable("#cccccc",2) %> +<% emt("Interface") %> + - + - + - + - + @@ -78,21 +80,21 @@ Interface % my $history_order = $curuser->option('history_order') || 'oldest'; - + - + - - + + - + - + + + + + + + + + + + + + + + + + @@ -131,11 +154,11 @@ Interface
-Email Address -<% ntable("#cccccc",2) %> +<% emt("Email Address") %> +
Locale: <% emt("Locale:") %>
Menu location: <% emt("Menu location:") %> - > Left
- > Top
+ > <% emt("Left") %>
+ > <% emt("Top") %>
Enable mobile-friendly menu: <% emt("Enable mobile-friendly menu:") %> option('mobile_menu') ? 'CHECKED' : '' %>> @@ -62,7 +64,7 @@ Interface
Default customer view: <% emt("Default customer view:") %>
Customer history sort order: <% emt("Customer history sort order:") %> <& /elements/select.html, field => 'history_order', curr_value => $history_order, options => [ 'oldest', 'newest' ], - labels => { 'oldest' => 'Oldest first', - 'newest' => 'Newest first', + labels => { 'oldest' => mt('Oldest first'), + 'newest' => mt('Newest first'), }, &>
Spreadsheet download format: <% emt("Spreadsheet download format:") %>
Enable approximate customer searching
even when an exact match is found:
<% emt("Disable HTML editor for customer notes:") %> - option('enable_fuzzy_on_exact') ? 'CHECKED' : '' %>> + option('disable_html_editor') ? 'CHECKED' : '' %>>
Disable HTML editor for customer notes: <% emt("Disable submission on Enter key - one-time charges:") %> - option('disable_html_editor') ? 'CHECKED' : '' %>> + option('disable_enter_submit_onetimecharge') ? 'CHECKED' : '' %>>
Disable submission on [Enter] key - one-time charges: <% emt("Don't copy MAC address delimiters to clipboard") %> - option('disable_enter_submit_onetimecharge') ? 'CHECKED' : '' %>> + option('enable_mask_clipboard_hack') ? 'CHECKED' : '' %>> +
<% emt("Scale documents to fit on a letter-size page") %> + option('printtofit') ? 'CHECKED' : '' %>> +
<% emt("How many recently-modified customers displayed on dashboard") %> +
<% emt("How many recent outbound emails to show in customer view") %> +
- + @@ -145,85 +168,88 @@ Email Address
-Development -<% ntable("#cccccc",2) %> +<% emt("Development") %> +
Email Address(es) (comma separated) <% emt("Email Address(es) (comma separated) ") %>
- + - + - + - + - + - + - +
Show customer package timestamps: <% emt("Show customer package timestamps:") %> option('cust_pkg-display_times') ? 'CHECKED' : '' %>>
Show internal package numbers: <% emt("Show internal package numbers:") %> option('show_pkgnum') ? 'CHECKED' : '' %>>
Show config item counts: <% emt("Show config item counts:") %> option('show_confitem_counts') ? 'CHECKED' : '' %>>
Show export data on service view (when available): <% emt("Show export data on service view (when available):") %> option('export_getsettings') ? 'CHECKED' : '' %>>
Show database profiling (when available): <% emt("Show database profiling (when available):") %> option('show_db_profile') ? 'CHECKED' : '' %>>
Save database profiling logs (when available): <% emt("Save database profiling logs (when available):") %> option('save_db_profile') ? 'CHECKED' : '' %>>
Save temporary invoice typesetting files: <% emt("Save temporary invoice typesetting files:") %> option('save_tmp_typesetting') ? 'CHECKED' : '' %>>

-SNOM integration +% if ( $curuser->access_right('Employee preference telephony integration') ) { + +<% emt("SNOM integration") %> <% ntable("#cccccc",2) %> - SNOM IP address + <% emt("SNOM IP address") %> - SNOM HTTP username (if necessary) + <% emt("SNOM HTTP username (if necessary)") %> - SNOM HTTP password (if necessary) + <% emt("SNOM HTTP password (if necessary)") %>
-OR

+<% emt("OR")%>

-Vonage integration (see Click2Call) +<% emt("Vonage integration (see") %> <% emt("Click2Call") %>) <% ntable("#cccccc",2) %> - Vonage phone number + <% emt("Vonage phone number") %> - Vonage username + <% emt("Vonage username") %> - Vonage password + <% emt("Vonage password") %>
+% } % foreach my $prop (qw( height width availHeight availWidth colorDepth )) { @@ -232,9 +258,9 @@ Vonage integration (see Click2Call % } - +"> -<% include('/elements/footer.html') %> +<&/elements/footer.html &> <%init> my $curuser = $FS::CurrentUser::CurrentUser; @@ -245,19 +271,30 @@ tie my %customer_views, 'Tie::IxHash', 'Basics' => 'basics', 'Notes' => 'notes', #notes and files? 'Tickets' => 'tickets', + 'Appointments' => 'appointments', + 'Quotations' => 'quotations', 'Packages' => 'packages', 'Payment History' => 'payment_history', ; $customer_views{'Change History'} = 'change_history' if $curuser->access_right('View customer history'); -$customer_views{'Jumbo'} = 'jumbo'; # XSS via your own preferences? seems unlikely, but nice try anyway... ( $curuser->option('menu_position') || 'top' ) =~ /^(\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; +my $conf = new FS::Conf; + +my @locales = $conf->config('available-locales'); + +if ( ! @locales ) { + + @locales = FS::Locales->locales ; + +} +