X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=ffc90fde837f131d64dd5d0136cb49629e3e409a;hb=f898b5423751e9bb15500cc815e57b0bb84a32c9;hp=5455e428e3005aff01cb8d9618c5e3d886a86d9d;hpb=2f55a20e4ca789d73cda7463f5edfce0049ee18d;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 5455e428e..ffc90fde8 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -78,22 +78,6 @@ Interface - - Hide package changes: - - <& /elements/select.html, - field => 'hide_package_changes', - options => [ '', 'location', 'all' ], - labels => { '' => 'never', - 'location' => 'location changes', - 'all' => 'all package changes', - }, - curr_value => ($cgi->param('hide_package_changes') - || $curuser->option('hide_package_changes')), - &> - - - % my $history_order = $curuser->option('history_order') || 'oldest'; Customer history sort order: @@ -167,6 +151,15 @@ Interface + + How many recent outbound emails to show in customer view + + + + + + +
@@ -220,6 +213,8 @@ Development
+% if ( $curuser->access_right('Employee preference telephony integration') ) { + SNOM integration <% ntable("#cccccc",2) %> @@ -264,6 +259,7 @@ Vonage integration (see Click2Call
+% } % foreach my $prop (qw( height width availHeight availWidth colorDepth )) { @@ -297,7 +293,7 @@ $customer_views{'Jumbo'} = 'jumbo'; =~ /^(\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;