version 1.30, 2024/12/15 02:22:53
|
version 1.32, 2024/12/31 19:28:29
|
Line 623 sub handler {
|
Line 623 sub handler {
|
'<li>'.&mt("generating printouts of $lctype content").'</li>'. |
'<li>'.&mt("generating printouts of $lctype content").'</li>'. |
'<li>'.&mt("displaying the LON-CAPA gradebook in the $lctype").'</li>'. |
'<li>'.&mt("displaying the LON-CAPA gradebook in the $lctype").'</li>'. |
'<li>'.&mt("searching $lctype content by keyword").'</li>'. |
'<li>'.&mt("searching $lctype content by keyword").'</li>'. |
|
'<li>'.&mt("displaying $lctype content indexed by keyword").'</li>'. |
'<li>'.&mt("accessing $lctype content in specified folders or resources").'</li>'. |
'<li>'.&mt("accessing $lctype content in specified folders or resources").'</li>'. |
'<li>'.&mt("changing user's own password").'</li>'. |
'<li>'.&mt("changing user's own password").'</li>'. |
'</ul>'. |
'</ul>'. |
Line 990 sub update_releasereq {
|
Line 991 sub update_releasereq {
|
} |
} |
$modified_courses = []; |
$modified_courses = []; |
} |
} |
undef($registered_cleanup); |
return OK; |
return; |
|
} |
} |
|
|
sub get_dates_from_form { |
sub get_dates_from_form { |
Line 1662 sub blocktype_text {
|
Line 1662 sub blocktype_text {
|
'passwd' => 'Change Password', |
'passwd' => 'Change Password', |
'grades' => 'Gradebook', |
'grades' => 'Gradebook', |
'search' => 'Content Search', |
'search' => 'Content Search', |
|
'index' => 'Content Index', |
'alert' => 'Critical Alert', |
'alert' => 'Critical Alert', |
'reinit' => 'Course Re-init', |
'reinit' => 'Course Re-init', |
); |
); |
my $typeorder = ['com','chat','boards','port','groups','blogs','about','printout','docs','grades','search','alert','reinit','passwd']; |
my $typeorder = ['com','chat','boards','port','groups','blogs','about','printout','docs','grades','search','index','alert','reinit','passwd']; |
return ($typeorder,\%types); |
return ($typeorder,\%types); |
} |
} |
|
|