--- loncom/interface/lonblockingmenu.pm 2020/10/01 18:59:09 1.14.2.3.2.3 +++ loncom/interface/lonblockingmenu.pm 2021/01/02 21:07:36 1.29 @@ -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.2.3 2020/10/01 18:59:09 raeburn Exp $ +# $Id: lonblockingmenu.pm,v 1.29 2021/01/02 21:07:36 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -618,10 +618,10 @@ sub handler { ''. @@ -1655,6 +1655,7 @@ sub blocktype_text { 'port' => 'Portfolio', 'groups' => 'Groups', 'blogs' => 'Blogs', + 'about' => 'User Information', 'docs' => 'Content', 'printout' => 'Printouts', 'passwd' => 'Change Password', @@ -1663,7 +1664,7 @@ sub blocktype_text { 'alert' => 'Critical Alert', 'reinit' => 'Course Re-init', ); - my $typeorder = ['com','chat','boards','port','groups','blogs','printout','docs','grades','search','alert','reinit','passwd']; + my $typeorder = ['com','chat','boards','port','groups','blogs','about','printout','docs','grades','search','alert','reinit','passwd']; return ($typeorder,\%types); }