version 1.14.2.3.4.2, 2020/09/08 04:16:49
|
version 1.28, 2020/09/22 12:19:15
|
Line 621 sub handler {
|
Line 621 sub handler {
|
'<li>'.&mt('accessing content in LON-CAPA portfolios or blogs').'</li>'."\n". |
'<li>'.&mt('accessing content in LON-CAPA portfolios or blogs').'</li>'."\n". |
'<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("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 1658 sub blocktype_text {
|
Line 1659 sub blocktype_text {
|
'printout' => 'Printouts', |
'printout' => 'Printouts', |
'passwd' => 'Change Password', |
'passwd' => 'Change Password', |
'grades' => 'Gradebook', |
'grades' => 'Gradebook', |
|
'search' => 'Content Search', |
'alert' => 'Critical Alert', |
'alert' => 'Critical Alert', |
'reinit' => 'Course Re-init', |
'reinit' => 'Course Re-init', |
); |
); |
my $typeorder = ['com','chat','boards','port','groups','blogs','printout','docs','grades','alert','reinit','passwd']; |
my $typeorder = ['com','chat','boards','port','groups','blogs','printout','docs','grades','search','alert','reinit','passwd']; |
return ($typeorder,\%types); |
return ($typeorder,\%types); |
} |
} |
|
|