From: ivan Date: Wed, 25 Mar 2009 09:36:02 +0000 (+0000) Subject: we're defaulting to a top menu in 1.9 X-Git-Tag: root_of_svc_elec_features~1345 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=023d94dfecafde35f4cc99a8412666b3fe98202d;hp=4b98dc4f89496db2ecf56ac8b968baff6cc3f774 we're defaulting to a top menu in 1.9 --- diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 57e22b345..1f4edf2cb 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -114,7 +114,7 @@ Vonage integration (see Click2Call my $curuser = $FS::CurrentUser::CurrentUser; # XSS via your own preferences? seems unlikely, but nice try anyway... -( $curuser->option('menu_position') || 'left' ) +( $curuser->option('menu_position') || 'top' ) =~ /^(\w+)$/ or die "illegal menu_position"; my $menu_position = $1; ( $curuser->option('email_address') )