X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=c50f5ca3cc656815b1e887edfbcf2b5656234aca;hp=c6bcf6f666d585b12b56c9cc95eaa6eeb34a8d88;hb=7c2e37568823941b026b990c4db3bccd413d2d6e;hpb=c22d84e565ab16db142395dce2e8621624eff140 diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index c6bcf6f66..c50f5ca3c 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -1,26 +1,30 @@ -<% include('/elements/header.html', 'Preferences for '. $FS::CurrentUser::CurrentUser->username ) %> +<& /elements/header.html, mt('Preferences for [_1]', $FS::CurrentUser::CurrentUser->username) &> + +% my $js_form_validate = { 'pref_form' => { 'name' => 'pref_form' } };
-<% include('/elements/error.html') %> +<& /elements/error.html &> + +<& /elements/alert.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)') %> + - + - + - + @@ -29,14 +33,14 @@ % } -Interface -<% ntable("#cccccc",2) %> +<% emt("Interface") %> +
Current password: <% emt("Current password:") %>
New password: <% emt("New password:") %>
Re-enter new password: <% emt("Re-enter new password:") %>
- + - + - + - + @@ -80,21 +84,21 @@ Interface % my $history_order = $curuser->option('history_order') || 'oldest'; - + - + - + - + - + - + - + +% my $validate_field_cve = 'customer_view_emails'; +% $js_form_validate->{pref_form}->{validate_fields}{$validate_field_cve} = 'digits: true'; +% $js_form_validate->{pref_form}->{error_message}{$validate_field_cve} = 'Please only enter numbers here.'; + - + + @@ -154,11 +162,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' : '' %>> @@ -64,7 +68,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:") %>
Disable HTML editor for customer notes: <% emt("Disable HTML editor for customer notes:") %> option('disable_html_editor') ? 'CHECKED' : '' %>>
Disable submission on [Enter] key - one-time charges: <% emt("Disable submission on Enter key - one-time charges:") %> option('disable_enter_submit_onetimecharge') ? 'CHECKED' : '' %>>
Don't copy MAC address delimiters to clipboard<% emt("Don't copy MAC address delimiters to clipboard") %> option('enable_mask_clipboard_hack') ? 'CHECKED' : '' %>>
Scale documents to fit on a letter-size page<% emt("When printing, scale HTML documents to fit on a letter-size page") %> option('printtofit') ? 'CHECKED' : '' %>>
How many recently-modified customers displayed on dashboard<% emt("How many recently-modified customers displayed on dashboard") %>
How many recent outbound emails to show in customer view<% emt("How many recent outbound emails to show in customer view") %> -
- + @@ -168,35 +176,35 @@ Email Address
-Development -<% ntable("#cccccc",2) %> +<% emt("Development") %> +
Email Address(es) (comma separated) <% emt("Email Address(es) (comma separated) ") %>
- + - + - + - + - + - + - + @@ -205,44 +213,44 @@ Development % if ( $curuser->access_right('Employee preference telephony integration') ) { -SNOM integration +<% emt("SNOM integration") %> <% ntable("#cccccc",2) %> - + - + - +
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 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") %> @@ -258,9 +266,15 @@ Vonage integration (see Click2Call % } - +"> + +% my %footerdata = ( +% 'formvalidation' => $js_form_validate, +% ); +<% include("/elements/footer.html", %footerdata) %> + +%#<&/elements/footer.html &> -<% include('/elements/footer.html') %> <%init> my $curuser = $FS::CurrentUser::CurrentUser; @@ -287,4 +301,14 @@ my $menu_position = $1; =~ /^([,\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 ; + +} +