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