[LON-CAPA-cvs] cvs: loncom /interface loncreateuser.pm
droeschl
droeschl@source.lon-capa.org
Sun, 05 Apr 2009 17:04:56 -0000
droeschl Sun Apr 5 17:04:56 2009 EDT
Modified files:
/loncom/interface loncreateuser.pm
Log:
Added a helplink that allows the user to access the helpfiles which were deactivated during redesign of the menu.
Index: loncom/interface/loncreateuser.pm
diff -u loncom/interface/loncreateuser.pm:1.288 loncom/interface/loncreateuser.pm:1.289
--- loncom/interface/loncreateuser.pm:1.288 Sat Apr 4 20:06:37 2009
+++ loncom/interface/loncreateuser.pm Sun Apr 5 17:04:56 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Create a user
#
-# $Id: loncreateuser.pm,v 1.288 2009/04/04 20:06:37 bisitz Exp $
+# $Id: loncreateuser.pm,v 1.289 2009/04/05 17:04:56 droeschl Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3340,8 +3340,11 @@
if ($env{'form.action'} ne 'dateselect') {
&Apache::lonhtmlcommon::add_breadcrumb
({href=>"/adm/createuser",
- text=>"User Management"});
+ text=>"User Management",
+ help=>'Course_Create_Class_List,Course_Change_Privileges,Course_View_Class_List,Course_Editing_Custom_Roles,Course_Add_Student,Course_Drop_Student,Course_Automated_Enrollment,Course_Self_Enrollment,Course_Manage_Group'});
}
+ #SD Following files not added to help, because the corresponding .tex-files seem to
+ #be missing: Course_Approve_Selfenroll,Course_User_Logs,
my ($permission,$allowed) =
&Apache::lonuserutils::get_permission($context);
if (!$allowed) {