[LON-CAPA-cvs] cvs: loncom /html/adm/helper resettimes.helper
raeburn
raeburn at source.lon-capa.org
Sun Nov 30 22:16:29 EST 2025
raeburn Mon Dec 1 03:16:29 2025 EDT
Modified files:
/loncom/html/adm/helper resettimes.helper
Log:
- message_text tag was eliminated in lonhelper.pm rev 1.10 (Apr. 11, 2003)
Index: loncom/html/adm/helper/resettimes.helper
diff -u loncom/html/adm/helper/resettimes.helper:1.11 loncom/html/adm/helper/resettimes.helper:1.12
--- loncom/html/adm/helper/resettimes.helper:1.11 Tue May 31 22:04:14 2016
+++ loncom/html/adm/helper/resettimes.helper Mon Dec 1 03:16:29 2025
@@ -1,7 +1,7 @@
<helper title="Reset Access Times" requiredpriv="mgr">
<state name="START" title="Select Scope">
<message>
- <message_text>Select </message_text>
+ Select
</message>
<choices variable="harry">
<choice computer='1' nextstate="Student">Reset times on one or more folders/maps, resources or the course for a single student.</choice>
@@ -10,14 +10,14 @@
</state>
<state name="Student" title="Select Student">
<message nextstate="SelectAccess">
- <message_text>Choose a student:<br /></message_text>
+ Choose a student:<br />
</message>
<student variable='stu1' coursepersonnel='true' activeonly='true' />
</state>
<state name="SelectAccess">
<message nextstate="ConfirmStu">
- <message_text>This is a list of first access times and what was accessed, please select those you want deleted.</message_text>
+ This is a list of first access times and what was accessed, please select those you want deleted.
</message>
<choices variable='delete' multichoice='true'>
<exec>
@@ -40,14 +40,14 @@
<state name="ConfirmStu">
<message nextstate="FinishStu">
- <message_text>Will remove access times from user <ul></message_text>
+ Will remove access times from user <ul>
</message>
<eval>
my ($uname,$udom,undef,$fullname)=split(':',$helper->{'VARS'}{'stu1'});
if (!$fullname) { $fullname="$uname\@$udom"; }
return '<li>'.$fullname.'</li>';
</eval>
- <message><message_text></ul> for <ul></message_text></message>
+ <message></ul> for <ul></message>
<eval>
my $list;
my @symbs=split(/\|\|\|/,$helper->{'VARS'}{'delete'});
@@ -141,12 +141,12 @@
</state>
<state name="ShowPlan" title="Processing">
- <message nextstate="FINISH"><message_text>Will remove access times for <ul></message_text></message>
+ <message nextstate="FINISH">Will remove access times for <ul></message>
<eval>
return '<li>'.&Apache::lonnet::gettitle($helper->{'VARS'}{'res2'}).'</li>';
</eval>
- <message><message_text></ul> from users <ul></message_text></message>
+ <message></ul> from users <ul></message>
<eval>
my $list;
my @names=split(/\|\|\|/,$helper->{'VARS'}{'stu1'});
More information about the LON-CAPA-cvs
mailing list