X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=383e5f7ddb2ab44f895897e6883c37e2e96d961d;hb=c110da0da864245e47cae019b8a347367cc6430c;hp=ccfeecd770e1e70aa682f27f91a53e16c2c54a6e;hpb=a5b0ddc40f119370fa4abf718931fb6832c34924;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index ccfeecd77..383e5f7dd 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -144,6 +144,13 @@ Interface + + How many recently-modified customers displayed on dashboard + + + + +
@@ -274,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;