X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fpref%2Fpref.html;h=24c6a4db965418190fa07b1fb9c145a05c170f90;hb=refs%2Fheads%2F3.x-pre;hp=56cf550612e41c671bf01ab3befd54f1b3fffbfd;hpb=57e01509b9c722840218ac65de62d33ab46ea006;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 56cf55061..24c6a4db9 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -76,22 +76,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: @@ -165,6 +149,15 @@ Interface + + How many recent outbound emails to show in customer view + + + + + + +
@@ -218,6 +211,8 @@ Development
+% if ( $curuser->access_right('Employee preference telephony integration') ) { + SNOM integration <% ntable("#cccccc",2) %> @@ -262,6 +257,7 @@ Vonage integration (see Click2Call
+% } % foreach my $prop (qw( height width availHeight availWidth colorDepth )) { @@ -295,7 +291,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;