X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=50d6e8d233dc658ca6641a4059ca26f1a8f0bb45;hb=8ff31f04ed1e2da3e09c56e72ab0f879d0b7ab75;hp=ccfeecd770e1e70aa682f27f91a53e16c2c54a6e;hpb=a5b0ddc40f119370fa4abf718931fb6832c34924;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index ccfeecd77..50d6e8d23 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -108,21 +108,6 @@ Interface -% 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: @@ -144,6 +129,22 @@ Interface + + How many recently-modified customers displayed on dashboard + + + + + + + How many recent outbound emails to show in customer view + + + + + + +
@@ -197,6 +198,8 @@ Development
+% if ( $curuser->access_right('Employee preference telephony integration') ) { + SNOM integration <% ntable("#cccccc",2) %> @@ -241,6 +244,7 @@ Vonage integration (see Click2Call
+% } % foreach my $prop (qw( height width availHeight availWidth colorDepth )) { @@ -262,19 +266,20 @@ 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;