--- loncom/interface/lonblockingmenu.pm 2015/04/15 03:28:19 1.14 +++ loncom/interface/lonblockingmenu.pm 2016/01/27 01:21:22 1.14.2.1 @@ -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 2015/04/15 03:28:19 raeburn Exp $ +# $Id: lonblockingmenu.pm,v 1.14.2.1 2016/01/27 01:21:22 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -561,6 +561,7 @@ sub handler { '
  • '.&mt('accessing content in LON-CAPA portfolios or blogs').'
  • '."\n". '
  • '.&mt("generating printouts of $lctype content").'
  • '. '
  • '.&mt("accessing $lctype content in specified folders or resources").'
  • '. + '
  • '.&mt("changing user's own password").'
  • '. ''. '

    '.$lt{'blca'}.'
    '.$lt{'pobl'}.'

    ' ); @@ -1501,8 +1502,9 @@ sub blocktype_text { 'blogs' => 'Blogs', 'docs' => 'Content', 'printout' => 'Printouts', + 'passwd' => '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); }