--- loncom/interface/lonblockingmenu.pm 2020/09/08 04:16:49 1.14.2.3.4.2
+++ loncom/interface/lonblockingmenu.pm 2020/09/22 12:19:15 1.28
@@ -2,7 +2,7 @@
# Routines for configuring blocking of access to collaborative functions,
# and specific resources during an exam
#
-# $Id: lonblockingmenu.pm,v 1.14.2.3.4.2 2020/09/08 04:16:49 raeburn Exp $
+# $Id: lonblockingmenu.pm,v 1.28 2020/09/22 12:19:15 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -621,6 +621,7 @@ sub handler {
'
'.&mt('accessing content in LON-CAPA portfolios or blogs').''."\n".
''.&mt("generating printouts of $lctype content").''.
''.&mt("displaying the LON-CAPA gradebook in the $lctype").''.
+ ''.&mt("searching $lctype content by keyword").''.
''.&mt("accessing $lctype content in specified folders or resources").''.
''.&mt("changing user's own password").''.
''.
@@ -1658,10 +1659,11 @@ sub blocktype_text {
'printout' => 'Printouts',
'passwd' => 'Change Password',
'grades' => 'Gradebook',
+ 'search' => 'Content Search',
'alert' => 'Critical Alert',
'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);
}