X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=de5bd827074c67fe8f44d40a4f4ff039a15eee45;hb=5e05724a635a22776f1b973f5d7e77989da4e048;hp=229ac0e62d36c665e5f301202b05aac3c8cdceb7;hpb=7b3d074cbb694330334469510548d98eebe196ed;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 229ac0e62..de5bd8270 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -43,22 +43,36 @@ Interface
+Email Address +<% ntable("#cccccc",2) %> + + + Email Address(es) (comma separated) + + + + + + +
+ + Vonage integration (see Click2Call) <% ntable("#cccccc",2) %> Vonage phone number - + Vonage username - + Vonage password - + @@ -81,5 +95,8 @@ Vonage integration (see Click2Call ( $FS::CurrentUser::CurrentUser->option('menu_position') || 'left' ) =~ /^(\w+)$/ or die "illegal menu_position"; my $menu_position = $1; +( $FS::CurrentUser::CurrentUser->option('email_address') ) + =~ /^([,\w\@.]*)$/ or die "illegal email_address"; #too late +my $email_address = $1;