X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=35089076485fde0ab986b8782a465097f9bdc3c8;hb=4e25bd8f9404fa4ff28d3d75e6a0a7453678407c;hp=886046b8950cef2c9625b4e803b6a8b9d797a26f;hpb=0953ba442fbe838a6489c27ec0c348409eae3d9f;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 886046b89..350890764 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -76,6 +76,22 @@ 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: @@ -142,6 +158,13 @@ Interface + + How many recently-modified customers displayed on dashboard + + + + +
@@ -272,7 +295,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;