--- loncom/interface/loncommon.pm 2006/12/11 21:16:32 1.491 +++ loncom/interface/loncommon.pm 2006/12/17 01:49:34 1.494 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.491 2006/12/11 21:16:32 albertel Exp $ +# $Id: loncommon.pm,v 1.494 2006/12/17 01:49:34 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -515,8 +515,8 @@ function setSect(sectionlist) { sub selectcourse_link { my ($form,$unameele,$udomele,$desc,$extra_element,$multflag,$selecttype)=@_; - return "".&mt('Select [_1]',$selecttype).""; + return "".&mt('Select Course').""; } sub check_uncheck_jscript { @@ -3636,6 +3636,8 @@ sub standard_css { my $mail_replied_hover = '#888855'; my $mail_other = '#99BBBB'; my $mail_other_hover = '#669999'; + my $mail_even = '#EEEEEE'; + my $mail_odd = '#FFFFFF'; my $table_header = '#DDDDDD'; my $feedback_link_bg = '#BBBBBB'; @@ -3925,6 +3927,13 @@ table.LC_mail_list tr.LC_mail_other { table.LC_mail_list tr.LC_mail_other:hover { background-color: $mail_other_hover; } +table.LC_mail_list tr.LC_mail_even { + background-color: $mail_even +} +table.LC_mail_list tr.LC_mail_odd { + background-color: $mail_odd +} + table#LC_portfolio_actions { width: auto; @@ -4468,6 +4477,11 @@ Inputs: $args - additional optio a html attribute frameset -> if true will start with a rather than + dicsussion -> if true will get discussion from + lonxml::xmlend + (you can pass the target and parser arguments + through optional 'target' and 'parser' args + to this routine) =cut