version 1.14, 2015/04/15 03:28:19
|
version 1.18, 2016/03/04 21:43:15
|
Line 561 sub handler {
|
Line 561 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("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>'. |
'</ul>'. |
'</ul>'. |
'<p class="LC_warning">'.$lt{'blca'}.'<br />'.$lt{'pobl'}.'</p>' |
'<p class="LC_warning">'.$lt{'blca'}.'<br />'.$lt{'pobl'}.'</p>' |
); |
); |
Line 1501 sub blocktype_text {
|
Line 1502 sub blocktype_text {
|
'blogs' => 'Blogs', |
'blogs' => 'Blogs', |
'docs' => 'Content', |
'docs' => 'Content', |
'printout' => 'Printouts', |
'printout' => 'Printouts', |
|
'passwd' => 'Change Password', |
); |
); |
my $typeorder = ['com','chat','boards','port','groups','blogs','printout','docs']; |
my $typeorder = ['com','chat','boards','port','groups','blogs','printout','docs','passwd']; |
return ($typeorder,\%types); |
return ($typeorder,\%types); |
} |
} |
|
|