1 <% include('/elements/header.html', 'Preferences for '. $FS::CurrentUser::CurrentUser->username ) %>
3 <FORM METHOD="POST" NAME="pref_form" ACTION="pref-process.html">
5 <% include('/elements/error.html') %>
8 <% mt('Change password (leave blank for no change)') |h %>
9 <% ntable("#cccccc",2) %>
12 <TH ALIGN="right">Current password: </TH>
13 <TD><INPUT TYPE="password" NAME="_password"></TD>
17 <TH ALIGN="right">New password: </TH>
18 <TD><INPUT TYPE="password" NAME="new_password"></TD>
22 <TH ALIGN="right">Re-enter new password: </TH>
23 <TD><INPUT TYPE="password" NAME="new_password2"></TD>
31 <% ntable("#cccccc",2) %>
34 <TH ALIGN="right">Locale: </TH>
36 <SELECT NAME="locale">
37 % foreach my $locale ( FS::Locales->locales ) {
38 % my %info = FS::Locales->locale_info($locale);
39 % my $selected = ($locale eq $curuser->option('locale'))
41 <OPTION VALUE="<% $locale %>" <%$selected%>><% $info{name} %> (<% $info{country} %>)
48 <TH ALIGN="right">Menu location: </TH>
50 <INPUT TYPE="radio" NAME="menu_position" VALUE="left" onClick="document.images['menu_example'].src='../images/menu-left-example.png';" <% $menu_position eq 'left' ? ' CHECKED' : ''%>> Left<BR>
51 <INPUT TYPE="radio" NAME="menu_position" VALUE="top"onClick="document.images['menu_example'].src='../images/menu-top-example.png';" <% $menu_position eq 'top' ? ' CHECKED' : ''%>> Top <BR>
53 <TD><IMG NAME="menu_example" SRC="../images/menu-<% $menu_position %>-example.png"></TD>
57 <TH ALIGN="right">Enable mobile-friendly menu: </TH>
59 <INPUT TYPE="checkbox" NAME="mobile_menu" VALUE="Y"
60 <% $curuser->option('mobile_menu') ? 'CHECKED' : '' %>>
65 <TH ALIGN="right">Default customer view: </TH>
67 <SELECT NAME="default_customer_view">
68 % foreach my $view ( keys %customer_views ) {
70 % $customer_views{$view} eq $curuser->option('default_customer_view')
73 <OPTION VALUE="<%$customer_views{$view}%>" <%$selected%>><%$view%></OPTION>
79 % my $history_order = $curuser->option('history_order') || 'oldest';
81 <TH ALIGN="right">Customer history sort order: </TH>
83 <& /elements/select.html,
84 field => 'history_order',
85 curr_value => $history_order,
86 options => [ 'oldest', 'newest' ],
87 labels => { 'oldest' => 'Oldest first',
88 'newest' => 'Newest first',
95 <TH ALIGN="right">Spreadsheet download format: </TH>
97 <SELECT NAME="spreadsheet_format">
98 % my $xls = $curuser->option('spreadsheet_format') eq 'XLS';
99 % my $xlsx = $curuser->option('spreadsheet_format') eq 'XLSX';
100 <OPTION VALUE=""></OPTION>
101 <OPTION VALUE="XLS"<% $xls ? 'SELECTED' : '' %>>XLS (Excel 97/2000/XP)
103 <OPTION VALUE="XLSX"<% $xlsx ? 'SELECTED' : ''%>>XLSX (Excel 2007+)
110 <TH ALIGN="right" COLSPAN=1>Enable approximate customer searching <BR>even when an exact match is found: </TH>
111 <TD ALIGN="left" COLSPAN=2>
112 <INPUT TYPE="checkbox" NAME="enable_fuzzy_on_exact" VALUE="1" <% $curuser->option('enable_fuzzy_on_exact') ? 'CHECKED' : '' %>>
117 <TH ALIGN="right" COLSPAN=1>Disable HTML editor for customer notes: </TH>
118 <TD ALIGN="left" COLSPAN=2>
119 <INPUT TYPE="checkbox" NAME="disable_html_editor" VALUE="1" <% $curuser->option('disable_html_editor') ? 'CHECKED' : '' %>>
124 <TH ALIGN="right" COLSPAN=1>Disable submission on [Enter] key - one-time charges: </TH>
125 <TD ALIGN="left" COLSPAN=2>
126 <INPUT TYPE="checkbox" NAME="disable_enter_submit_onetimecharge" VALUE="1" <% $curuser->option('disable_enter_submit_onetimecharge') ? 'CHECKED' : '' %>>
135 <% ntable("#cccccc",2) %>
138 <TH>Email Address(es) (comma separated) </TH>
140 <TD><INPUT TYPE="text" NAME="email_address" VALUE="<% $email_address %>">
149 <% ntable("#cccccc",2) %>
152 <TH>Show customer package timestamps: </TH>
153 <TD><INPUT TYPE="checkbox" NAME="cust_pkg-display_times" VALUE="1" <% $curuser->option('cust_pkg-display_times') ? 'CHECKED' : '' %>></TD>
156 <TH>Show internal package numbers: </TH>
157 <TD><INPUT TYPE="checkbox" NAME="show_pkgnum" VALUE="1" <% $curuser->option('show_pkgnum') ? 'CHECKED' : '' %>></TD>
160 <TH>Show config item counts: </TH>
161 <TD><INPUT TYPE="checkbox" NAME="show_confitem_counts" VALUE="1" <% $curuser->option('show_confitem_counts') ? 'CHECKED' : '' %>></TD>
164 <TH>Show export data on service view (when available): </TH>
165 <TD><INPUT TYPE="checkbox" NAME="export_getsettings" VALUE="1" <% $curuser->option('export_getsettings') ? 'CHECKED' : '' %>></TD>
168 <TH>Show database profiling (when available): </TH>
169 <TD><INPUT TYPE="checkbox" NAME="show_db_profile" VALUE="1" <% $curuser->option('show_db_profile') ? 'CHECKED' : '' %>></TD>
172 <TH>Save database profiling logs (when available): </TH>
173 <TD><INPUT TYPE="checkbox" NAME="save_db_profile" VALUE="1" <% $curuser->option('save_db_profile') ? 'CHECKED' : '' %>></TD>
176 <TH>Save temporary invoice typesetting files: </TH>
177 <TD><INPUT TYPE="checkbox" NAME="save_tmp_typesetting" VALUE="1" <% $curuser->option('save_tmp_typesetting') ? 'CHECKED' : '' %>></TD>
184 <% ntable("#cccccc",2) %>
187 <TH ALIGN="right">SNOM IP address</TH>
188 <TD><INPUT TYPE="text" NAME="snom-ip" VALUE="<% $curuser->option('snom-ip') %>"></TD>
192 <TH ALIGN="right">SNOM HTTP username (if necessary)</TH>
193 <TD><INPUT TYPE="text" NAME="snom-username" VALUE="<% $curuser->option('snom-username') %>"></TD>
197 <TH ALIGN="right">SNOM HTTP password (if necessary)</TH>
198 <TD><INPUT TYPE="password" NAME="snom-password" VALUE="<% $curuser->option('snom-password') %>"></TD>
206 Vonage integration (see <a href="https://secure.click2callu.com/">Click2Call</a>)
207 <% ntable("#cccccc",2) %>
210 <TH ALIGN="right">Vonage phone number</TH>
211 <TD><INPUT TYPE="text" NAME="vonage-fromnumber" VALUE="<% $curuser->option('vonage-fromnumber') %>"></TD>
215 <TH ALIGN="right">Vonage username</TH>
216 <TD><INPUT TYPE="text" NAME="vonage-username" VALUE="<% $curuser->option('vonage-username') %>"></TD>
220 <TH ALIGN="right">Vonage password</TH>
221 <TD><INPUT TYPE="password" NAME="vonage-password" VALUE="<% $curuser->option('vonage-password') %>"></TD>
228 % foreach my $prop (qw( height width availHeight availWidth colorDepth )) {
229 <INPUT TYPE="hidden" NAME="<% $prop %>" VALUE="">
230 <SCRIPT TYPE="text/javascript">
231 document.pref_form.<% $prop %>.value = screen.<% $prop %>;
235 <INPUT TYPE="submit" VALUE="Update preferences">
237 <% include('/elements/footer.html') %>
240 my $curuser = $FS::CurrentUser::CurrentUser;
242 #false laziness w/view/cust_main.cgi and Conf.pm (cust_main-default_view)
244 tie my %customer_views, 'Tie::IxHash',
245 'Basics' => 'basics',
246 'Notes' => 'notes', #notes and files?
247 'Tickets' => 'tickets',
248 'Packages' => 'packages',
249 'Payment History' => 'payment_history',
251 $customer_views{'Change History'} = 'change_history'
252 if $curuser->access_right('View customer history');
253 $customer_views{'Jumbo'} = 'jumbo';
255 # XSS via your own preferences? seems unlikely, but nice try anyway...
256 ( $curuser->option('menu_position') || 'top' )
257 =~ /^(\w+)$/ or die "illegal menu_position";
258 my $menu_position = $1;
259 ( $curuser->option('email_address') )
260 =~ /^([,\w\@.]*)$/ or die "illegal email_address"; #too late
261 my $email_address = $1;