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