[freeside-commits] freeside/httemplate/pref pref.html,1.9,1.10

Ivan,,, ivan at wavetail.420.am
Wed Mar 25 02:36:05 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/pref
In directory wavetail.420.am:/tmp/cvs-serv19701

Modified Files:
	pref.html 
Log Message:
we're defaulting to a top menu in 1.9

Index: pref.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- pref.html	19 Feb 2009 06:42:45 -0000	1.9
+++ pref.html	25 Mar 2009 09:36:02 -0000	1.10
@@ -114,7 +114,7 @@
 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') )



More information about the freeside-commits mailing list