--- loncom/interface/lonhelper.pm 2004/04/27 18:30:35 1.79 +++ loncom/interface/lonhelper.pm 2004/06/02 14:55:50 1.82 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.79 2004/04/27 18:30:35 sakharuk Exp $ +# $Id: lonhelper.pm,v 1.82 2004/06/02 14:55:50 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2090,7 +2090,9 @@ sub render { for (i=0; i @@ -2106,16 +2115,18 @@ SCRIPT my %lt=&Apache::lonlocal::texthash( 'ocs' => "Select Only Current Students", + 'ues' => "Unselect Expired Students", 'sas' => "Select All Students", 'uas' => "Unselect All Students", - 'sfsg' => "Select for Section/Group", + 'sfsg' => "Select Current Students for Section/Group", 'ufsg' => "Unselect for Section/Group"); $buttons = < +
- +
  @@ -3202,7 +3213,7 @@ sub render { # Print value if ($vars->{ACTION_TYPE} ne 'tries' && $vars->{ACTION_TYPE} ne 'weight') { - $result .= '
  • '.&mt('to [_1] ( [_2] )',"ctime($vars->{PARM_DATE})",Apache::lonnavmaps::timeToHumanString($vars->{PARM_DATE})).'
  • \n'; + $result .= '
  • '.&mt('to [_1] ([_2])',"".ctime($vars->{PARM_DATE})."",Apache::lonnavmaps::timeToHumanString($vars->{PARM_DATE}))."
  • \n"; } # print pres_marker