--- loncom/interface/lonhtmlcommon.pm 2005/10/13 22:37:40 1.114 +++ loncom/interface/lonhtmlcommon.pm 2005/10/14 18:28:26 1.115 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.114 2005/10/13 22:37:40 raeburn Exp $ +# $Id: lonhtmlcommon.pm,v 1.115 2005/10/14 18:28:26 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1452,7 +1452,7 @@ sub email_default_row { my $output = &row_title($col_width,$tablecolor,$title); my @rowcols = ('#eeeeee','#dddddd'); $output .= ' '.$descrip; - $output .= &start_pick_box('50%'); + $output .= &start_pick_box(''); $output .= ' '.&mt('Authentication Method').''.&mt('Username -> e-mail conversion').' '."\n";