X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=229ac0e62d36c665e5f301202b05aac3c8cdceb7;hb=7b3d074cbb694330334469510548d98eebe196ed;hp=259523941a839f5366bebee83d916c582bd8d8d3;hpb=3758ad3cb13752bbbebb2c42fcc398bdb1ffdc6a;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 259523941..229ac0e62 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -1,28 +1,85 @@ <% include('/elements/header.html', 'Preferences for '. getotaker ) %> -
+ <% include('/elements/error.html') %> + +Change password (leave blank for no change) <% ntable("#cccccc",2) %> - - Current password: - - + + Current password: + + + + + New password: + + + + + Re-enter new password: + + + + +
+ - - New password: - - +Interface +<% ntable("#cccccc",2) %> - - Re-enter new password: - - + + Menu location: + + > Left
+ > Top
+ + + +
+ + +Vonage integration (see Click2Call) +<% ntable("#cccccc",2) %> - + + Vonage phone number + + + + + Vonage username + + + + + Vonage password + + + + +
+ + +% foreach my $prop (qw( height width availHeight availWidth colorDepth )) { + + +% } + + <% include('/elements/footer.html') %> +<%init> + +# XSS via your own preferences? seems unlikely, but nice try anyway... +( $FS::CurrentUser::CurrentUser->option('menu_position') || 'left' ) + =~ /^(\w+)$/ or die "illegal menu_position"; +my $menu_position = $1; + +