X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=a6b5ba7408653dfcd032c3da646ff9dbd7a7fdb3;hb=6d1717a6efc1db987c309d149e679a5676a04e4a;hp=886046b8950cef2c9625b4e803b6a8b9d797a26f;hpb=0953ba442fbe838a6489c27ec0c348409eae3d9f;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 886046b89..a6b5ba740 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -142,6 +142,27 @@ Interface + + Scale documents to fit on a letter-size page + + option('printtofit') ? 'CHECKED' : '' %>> + + + + + How many recently-modified customers displayed on dashboard + + + + + + + How many recent outbound emails to show in customer view + + + + +
@@ -195,6 +216,8 @@ Development
+% if ( $curuser->access_right('Employee preference telephony integration') ) { + SNOM integration <% ntable("#cccccc",2) %> @@ -239,6 +262,7 @@ Vonage integration (see Click2Call
+% } % foreach my $prop (qw( height width availHeight availWidth colorDepth )) { @@ -272,7 +296,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;