X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=f6ad36a0d3d91764fc502ad186bc8b5c577c7ef3;hb=ba7725a58fa6c211df8614f57973f49d71d64b80;hp=ab5baab5e71220dc51a6b5d71fdcf1c94ddb3c67;hpb=8171fd8de079cdfb23eb2b0dcc297e0e670b6e4e;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index ab5baab5e..f6ad36a0d 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -76,22 +76,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: @@ -158,6 +142,34 @@ Interface + + Scale documents to fit on a letter-size page + + option('printtofit') ? 'CHECKED' : '' %>> + + + + + <% emt('Hide notification of new ticket activity') %> + + option('hide_notify_tickets') ? 'CHECKED' : '' %>> + + + + + <% emt("How many recently-modified customers displayed on dashboard") %> + + + + + + + How many recent outbound emails to show in customer view + + + + +
@@ -211,6 +223,8 @@ Development
+% if ( $curuser->access_right('Employee preference telephony integration') ) { + SNOM integration <% ntable("#cccccc",2) %> @@ -255,6 +269,7 @@ Vonage integration (see Click2Call
+% } % foreach my $prop (qw( height width availHeight availWidth colorDepth )) { @@ -288,7 +303,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;