--- loncom/interface/lonhtmlcommon.pm 2009/11/10 13:58:55 1.242 +++ loncom/interface/lonhtmlcommon.pm 2009/11/14 18:54:17 1.243 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.242 2009/11/10 13:58:55 droeschl Exp $ +# $Id: lonhtmlcommon.pm,v 1.243 2009/11/14 18:54:17 amueller Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1599,7 +1599,7 @@ END } sub row_title { - my ($title,$css_title_class,$css_value_class) = @_; + my ($title,$css_title_class,$css_value_class, $css_value_furtherAttributes) = @_; $row_count[0]++; my $css_class = ($row_count[0] % 2)?'LC_odd_row':'LC_even_row'; $css_title_class ||= 'LC_pick_box_title'; @@ -1611,7 +1611,7 @@ sub row_title { $title .= ':'; } my $output = <<"ENDONE"; - + $title