Diff for /loncom/interface/lonblockingmenu.pm between versions 1.14.2.3.6.3 and 1.30

version 1.14.2.3.6.3, 2025/01/17 14:01:50 version 1.30, 2024/12/15 02:22:53
Line 622  sub handler { Line 622  sub handler {
             '<li>'.&mt('accessing content in LON-CAPA portfolios, blogs, or user information pages').'</li>'."\n".              '<li>'.&mt('accessing content in LON-CAPA portfolios, blogs, or user information pages').'</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("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 990  sub update_releasereq { Line 990  sub update_releasereq {
         }          }
         $modified_courses = [];          $modified_courses = [];
     }      }
     return OK;      undef($registered_cleanup);
       return;
 }  }
   
 sub get_dates_from_form {  sub get_dates_from_form {

Removed from v.1.14.2.3.6.3  
changed lines
  Added in v.1.30


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>