X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=1b0ea063005c8762c3a835357c457c8a10912057;hb=86637503b5608164cf31aea501f131c74e27b724;hp=626f46552082487f70b656d0ba0511435ee0151a;hpb=7ff74aec7c627cfff90e6746081fcf011e62508b;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 626f46552..1b0ea0630 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -135,6 +135,20 @@ Interface + + Don't copy MAC address delimiters to clipboard + + option('enable_mask_clipboard_hack') ? 'CHECKED' : '' %>> + + + + + How many recently-modified customers displayed on dashboard + + + + +
@@ -188,6 +202,8 @@ Development
+% if ( $curuser->access_right('Employee preference telephony integration') ) { + SNOM integration <% ntable("#cccccc",2) %> @@ -232,6 +248,7 @@ Vonage integration (see Click2Call
+% } % foreach my $prop (qw( height width availHeight availWidth colorDepth )) { @@ -265,7 +282,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;