[LON-CAPA-cvs] cvs: loncom /html/adm/helper resettimes.helper
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Wed, 06 Jun 2007 20:18:50 -0000
albertel Wed Jun 6 16:18:50 2007 EDT
Modified files:
/loncom/html/adm/helper resettimes.helper
Log:
- seemed to have switched a folder/map in most places so doing it here too
Index: loncom/html/adm/helper/resettimes.helper
diff -u loncom/html/adm/helper/resettimes.helper:1.3 loncom/html/adm/helper/resettimes.helper:1.4
--- loncom/html/adm/helper/resettimes.helper:1.3 Thu Apr 7 02:56:22 2005
+++ loncom/html/adm/helper/resettimes.helper Wed Jun 6 16:18:50 2007
@@ -4,8 +4,8 @@
<message_text>Select </message_text>
</message>
<choices variable="harry">
- <choice computer='1' nextstate="Student">Reset times on one or more maps for a single student.</choice>
- <choice computer='0' nextstate="Class">Reset times on a single map for a section or whole clase.</choice>
+ <choice computer='1' nextstate="Student">Reset times on one or more folders/maps for a single student.</choice>
+ <choice computer='0' nextstate="Class">Reset times on a single folder/map for a section or whole clase.</choice>
</choices>
</state>
<state name="Student" title="Select Student">
@@ -17,7 +17,7 @@
<state name="SelectAccess">
<message nextstate="ConfirmStu">
- <message_text>This is a list of maps and times they were accessed, plese select those you want deleted.</message_text>
+ <message_text>This is a list of folders/maps and times they were accessed, plese select those you want deleted.</message_text>
</message>
<choices variable='delete' multichoice='true'>
<exec>
@@ -45,7 +45,7 @@
if (!$fullname) { $fullname="$uname\@$udom"; }
return '<li>'.$fullname.'</li>';
</eval>
- <message><message_text></ul> for maps <ul></message_text></message>
+ <message><message_text></ul> for folders/maps <ul></message_text></message>
<eval>
my $list;
my @symbs=split(/\|\|\|/,$helper->{'VARS'}{'delete'});
@@ -87,7 +87,7 @@
<student variable='stu1' coursepersonnel='true' activeonly='true' multichoice='true' />
</state>
- <state name="SelectMap" title="Select a map">
+ <state name="SelectMap" title="Select a folder/map">
<message><message_text>Choose a resource</message_text></message>
<resource variable="res2">
<filterfunc>return $res->is_map()</filterfunc>