X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=383e5f7ddb2ab44f895897e6883c37e2e96d961d;hb=bd619048c12c9df799ebdf1e571da79bf89513c0;hp=d2b8835e7fffab49e5a4f8521602187c017c27bb;hpb=9e0abf502762db98b6aab1aaec0508d339bddb92;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index d2b8835e7..383e5f7dd 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -137,6 +137,20 @@ Interface + + Don't copy MAC address delimiters to clipboard + + option('enable_mask_clipboard_hack') ? 'CHECKED' : '' %>> + + + + + How many recently-modified customers displayed on dashboard + + + + +
@@ -267,7 +281,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;