--- loncom/html/adm/helper/resettimes.helper 2005/04/07 06:56:22 1.3 +++ loncom/html/adm/helper/resettimes.helper 2007/06/06 20:18:50 1.4 @@ -4,8 +4,8 @@ Select - Reset times on one or more maps for a single student. - Reset times on a single map for a section or whole clase. + Reset times on one or more folders/maps for a single student. + Reset times on a single folder/map for a section or whole clase. @@ -17,7 +17,7 @@ - This is a list of maps and times they were accessed, plese select those you want deleted. + This is a list of folders/maps and times they were accessed, plese select those you want deleted. @@ -45,7 +45,7 @@ if (!$fullname) { $fullname="$uname\@$udom"; } return '
  • '.$fullname.'
  • '; - for maps
      +
    for folders/maps
      my $list; my @symbs=split(/\|\|\|/,$helper->{'VARS'}{'delete'}); @@ -87,7 +87,7 @@ - + Choose a resource return $res->is_map()