"search",
"searchagain",
"toomanytoshow",
+ "users",
"searchresults"
);
print_header("$site->shortname: $strassignadmins",
"$site->fullname",
- "<a href=\"index.php\">$stradministration</a> ->
- <a href=\"{$_SERVER['PHP_SELF']}\">$strassignadmins</a>", "");
+ "<a href=\"index.php\">$stradministration</a> -> <a href=\"users.php\">$strusers</a> -> $strassignadmins", "");
/// Get all existing admins
$admins = get_admins();
$strauthentication = get_string("authentication");
$strauthenticationoptions = get_string("authenticationoptions","auth");
$strsettings = get_string("settings");
+ $strusers = get_string("users");
print_header("$site->shortname: $strauthenticationoptions", "$site->fullname",
- "<A HREF=\"index.php\">$stradministration</A> -> $strauthenticationoptions", "$focus");
+ "<A HREF=\"index.php\">$stradministration</A> -> <a href=\"users.php\">$strusers</a> -> $strauthenticationoptions", "$focus");
echo "<CENTER><P><B>";
echo "<form TARGET=\"{$CFG->framename}\" NAME=\"authmenu\" method=\"post\" action=\"auth.php\">";
"removecreator",
"search",
"searchagain",
+ "users",
"toomanytoshow",
);
print_header("$site->shortname: $strassigncreators",
"$site->fullname",
- "<a href=\"index.php\">$stradministration</a> ->
- <a href=\"{$_SERVER['PHP_SELF']}\">$strassigncreators</a>", "");
+ "<a href=\"index.php\">$stradministration</a> -> <a href=\"users.php\">$strusers</a> ->
+ $strassigncreators", "");
/// Get all existing creators
$creators = get_creators();
}
/// Check for valid admin user
- if (!iscreator()) {
- error("You need to be an admin user or teacher to use this page.", "$CFG->wwwroot/login/index.php");
+ if (!isadmin()) {
+ error("You need to be an admin user to use this page.", "$CFG->wwwroot/login/index.php");
}
/// At this point everything is set up and the user is an admin, so print menu
$stradministration = get_string("administration");
- print_header("$site->shortname: $stradministration","$site->fullname: $stradministration", "$stradministration");
- if (isadmin()) {
- $table->head = array (get_string("site"), get_string("courses"), get_string("users"));
- $table->align = array ("CENTER", "CENTER", "CENTER");
- $table->data[0][0] = "<p><a href=\"config.php\">".get_string("configvariables")."</a></p>".
- "<p><a href=\"site.php\">".get_string("sitesettings")."</a></p>".
- "<p><a href=\"../course/log.php?id=$site->id\">".get_string("sitelogs")."</a></p>".
- "<p><a href=\"../theme/index.php\">".get_string("choosetheme")."</a></p>".
- "<p><a href=\"lang.php\">".get_string("checklanguage")."</a></p>".
- "<p><a href=\"modules.php\">".get_string("managemodules")."</a></p>";
- if (file_exists("$CFG->dirroot/admin/$CFG->dbtype")) {
- $table->data[0][0] .= "<p><a href=\"$CFG->dbtype/frame.php\">".get_string("managedatabase")."</a></p>";
- }
- $table->data[0][1] = "<p><a href=\"../course/index.php?edit=on\">".get_string("coursemanagement")."</a></p>".
- $table->data[0][1] .= "<p><a href=\"../files/index.php?id=$site->id\">".get_string("courserestore")."</a></p>";
- if ($CFG->auth == "email" || $CFG->auth == "none" || $CFG->auth == "manual") {
- $table->data[0][2] = "<p><a href=\"user.php?newuser=true\">".get_string("addnewuser")."</a></p>";
- }
- $table->data[0][2] .= "<p><a href=\"user.php\">".get_string("edituser")."</a></p>".
- "<p><a href=\"admin.php\">".get_string("assignadmins")."</a></p>".
- "<p><a href=\"creators.php\">".get_string("assigncreators")."</a></p>".
- "<p><a href=\"auth.php\">".get_string("authentication")."</a></p>";
- } else { /// user is coursecreator
- $table->head = array (get_string("courses"));
- $table->align = array ("CENTER");
- $table->data[0][1] = "<p><a href=\"../course/edit.php\">".get_string("addnewcourse")."</a></p>".
- "<p><a href=\"teacher.php\">".get_string("assignteachers")."</a></p>";
- }
-
+ print_header("$site->shortname: $stradministration","$site->fullname", "$stradministration");
+ print_simple_box_start("center", "80%", "#FFFFFF", 20);
+ print_heading($stradministration);
+
+ $table->align = array ("right", "left");
+ $table->data[] = array("<a href=\"../course/index.php?edit=on\">".get_string("courses")."</a>",
+ "<font size=-1>".get_string("adminhelpcourses"));
+ $table->data[] = array("<a href=\"users.php\">".get_string("users")."</a>",
+ "<font size=-1>".get_string("adminhelpusers"));
+ $table->data[] = array("<a href=\"config.php\">".get_string("configvariables")."</a>",
+ "<font size=-1>".get_string("adminhelpconfiguration"));
+ $table->data[] = array("<a href=\"site.php\">".get_string("sitesettings")."</a>",
+ "<font size=-1>".get_string("adminhelpsitesettings"));
+ $table->data[] = array("<a href=\"../files/index.php?id=$site->id\">".get_string("sitefiles")."</a>",
+ "<font size=-1>".get_string("adminhelpsitefiles"));
+ $table->data[] = array("<a href=\"../theme/index.php\">".get_string("themes")."</a>",
+ "<font size=-1>".get_string("adminhelpthemes"));
+ $table->data[] = array("<a href=\"lang.php\">".get_string("language")."</a>",
+ "<font size=-1>".get_string("adminhelplanguage"));
+ $table->data[] = array("<a href=\"modules.php\">".get_string("managemodules")."</a>",
+ "<font size=-1>".get_string("adminhelpmanagemodules"));
+ $table->data[] = array("<a href=\"../course/log.php?id=$site->id.php\">".get_string("logs")."</a>",
+ "<font size=-1>".get_string("adminhelplogs"));
+ if (file_exists("$CFG->dirroot/admin/$CFG->dbtype")) {
+ $table->data[] = array("<a href=\"$CFG->dbtype/frame.php\">".get_string("managedatabase")."</a>",
+ "<font size=-1>".get_string("adminhelpmanagedatabase"));
+ }
+
+ $table->width = "90%";
+
print_table($table);
+
+ $copyrighttext = "<a href=\"http://moodle.org/\">Moodle</a> ".
+ "<a href=\"../doc/?frame=release.html\">$CFG->release</a> ($CFG->version)<br />".
+ "Open Source under the terms of the ".
+ "<a href=\"../doc/?frame=licence.html\">GNU Public License</a><br />".
+ "Copyright © 2000-2003 Martin Dougiamas";
+
+ echo "<center><p><font size=1>$copyrighttext</font></p></center>";
+
- echo "<br><div align=center>";
+ echo "<table border=0 align=center width=100%><tr>";
+ echo "<td align=center width=50%>";
print_single_button("$CFG->wwwroot/doc", NULL, get_string("documentation"));
- echo "</div>";
+ echo "</td>";
- echo "<br><div align=center>";
+ echo "<td align=center width=50%>";
print_single_button("register.php", NULL, get_string("registration"));
- echo "</div>";
+ echo "</td>";
+ echo "<tr></table>";
- print_heading("Moodle $CFG->release ($CFG->version)", "CENTER", 1);
+ print_simple_box_end();
print_footer($site);
}
$stradministration = get_string("administration");
- $strchecklanguage = get_string("checklanguage");
+ $strlanguage = get_string("language");
$strcurrentlanguage = get_string("currentlanguage");
$strmissingstrings = get_string("missingstrings");
$strcomparelanguage = get_string("comparelanguage");
switch ($mode) {
case "missing":
- $navigation = "<A HREF=\"lang.php\">$strchecklanguage</A> -> $strmissingstrings";
+ $navigation = "<A HREF=\"lang.php\">$strlanguage</A> -> $strmissingstrings";
$title = $strmissingstrings;
break;
case "compare":
- $navigation = "<A HREF=\"lang.php\">$strchecklanguage</A> -> $strcomparelanguage";
+ $navigation = "<A HREF=\"lang.php\">$strlanguage</A> -> $strcomparelanguage";
$title = $strcomparelanguage;
break;
default:
- $title = $strchecklanguage;
- $navigation = $strchecklanguage;
+ $title = $strlanguage;
+ $navigation = $strlanguage;
break;
}
$stredituser = get_string("edituser");
$stradministration = get_string("administration");
+ $strusers = get_string("users");
$stredit = get_string("edit");
$strdelete = get_string("delete");
$strdeletecheck = get_string("deletecheck");
$strshowallusers = get_string("showallusers");
print_header("$site->shortname: $stredituser", $site->fullname,
- "<A HREF=\"index.php\">$stradministration</A> -> $stredituser");
+ "<a href=\"index.php\">$stradministration</a> -> <a href=\"users.php\">$strusers</a> -> $stredituser");
if ($delete) { // Delete a selected user, after confirmation
if (!$user = get_record("user", "id", "$delete")) {
--- /dev/null
+<?PHP // $Id$
+
+ require_once("../config.php");
+
+ require_login();
+
+ if (!isadmin) {
+ error("Only admins can access this page");
+ }
+
+ if (!$site = get_site()) {
+ redirect("index.php");
+ }
+
+ $stradministration = get_string("administration");
+ $strusers = get_string("users");
+
+ print_header("$site->shortname: $stradministration", "$site->fullname",
+ "<a href=\"index.php\">$stradministration</a> -> $strusers");
+
+ print_simple_box_start("center", "80%", "#FFFFFF", 20);
+ print_heading($strusers);
+
+ $table->align = array ("right", "left");
+
+ if ($CFG->auth == "email" || $CFG->auth == "none" || $CFG->auth == "manual"){
+ $table->data[] = array("<a href=\"$CFG->wwwroot/$CFG->admin/user.php?newuser=true\">".get_string("addnewuser")."</a>",
+ "<font size=-1>".get_string("adminhelpaddnewuser"));
+ }
+ $table->data[] = array("<a href=\"user.php\">".get_string("edituser")."</a>",
+ "<font size=-1>".get_string("adminhelpedituser"));
+ $table->data[] = array("<a href=\"admin.php\">".get_string("assignadmins")."</a>",
+ "<font size=-1>".get_string("adminhelpassignadmins"));
+ $table->data[] = array("<a href=\"creators.php\">".get_string("assigncreators")."</a>",
+ "<font size=-1>".get_string("adminhelpassigncreators"));
+ $table->data[] = array("<a href=\"auth.php\">".get_string("authentication")."</a>",
+ "<font size=-1>".get_string("adminhelpauthentication"));
+
+ print_table($table);
+
+ print_simple_box_end();
+
+ print_footer($site);
+
+?>
+
+
global $CFG, $THEME;
if (empty($THEME->custompix)) {
- $icon = "<img src=\"$CFG->wwwroot/pix/i/settings.gif\" height=16 width=16 alt=\"\">";
+ $icon = "<img src=\"$CFG->wwwroot/pix/i/admin.gif\" height=16 width=16 alt=\"\">";
} else {
- $icon = "<img src=\"$CFG->wwwroot/theme/$CFG->theme/pix/i/settings.gif\" height=16 width=16 alt=\"\">";
+ $icon = "<img src=\"$CFG->wwwroot/theme/$CFG->theme/pix/i/admin.gif\" height=16 width=16 alt=\"\">";
}
+ if (iscreator()) {
+ $moddata[]="<a href=\"$CFG->wwwroot/course/index.php?edit=on\">".get_string("courses")."</a>";
+ $modicon[]=$icon;
+ $fulladmin = "";
+ }
if (isadmin()) {
+ $moddata[]="<a href=\"$CFG->wwwroot/$CFG->admin/users.php\">".get_string("users")."</a>";
+ $modicon[]=$icon;
$moddata[]="<a href=\"$CFG->wwwroot/$CFG->admin/config.php\">".get_string("configvariables")."</a>";
$modicon[]=$icon;
$moddata[]="<a href=\"$CFG->wwwroot/$CFG->admin/site.php\">".get_string("sitesettings")."</a>";
$modicon[]=$icon;
- $moddata[]="<a href=\"$CFG->wwwroot/course/log.php?id=$siteid\">".get_string("sitelogs")."</a>";
+ $moddata[]="<a href=\"$CFG->wwwroot/files/index.php?id=$siteid\">".get_string("sitefiles")."</a>";
$modicon[]=$icon;
- $moddata[]="<a href=\"$CFG->wwwroot/theme/index.php\">".get_string("choosetheme")."</a>";
+ $moddata[]="<a href=\"$CFG->wwwroot/theme/index.php\">".get_string("themes")."</a>";
$modicon[]=$icon;
- $moddata[]="<a href=\"$CFG->wwwroot/$CFG->admin/lang.php\">".get_string("checklanguage")."</a>";
+ $moddata[]="<a href=\"$CFG->wwwroot/$CFG->admin/lang.php\">".get_string("language")."</a>";
$modicon[]=$icon;
$moddata[]="<a href=\"$CFG->wwwroot/$CFG->admin/modules.php\">".get_string("managemodules")."</a>";
$modicon[]=$icon;
+ $moddata[]="<a href=\"$CFG->wwwroot/course/log.php?id=$siteid\">".get_string("logs")."</a>";
+ $modicon[]=$icon;
if (file_exists("$CFG->dirroot/$CFG->admin/$CFG->dbtype")) {
$moddata[]="<a href=\"$CFG->wwwroot/$CFG->admin/$CFG->dbtype/frame.php\">".get_string("managedatabase")."</a>";
$modicon[]=$icon;
}
- $moddata[]="<hr>";
- $modicon[]="";
- }
- if (iscreator()) {
- $moddata[]="<a href=\"$CFG->wwwroot/course/index.php?edit=on\">".get_string("coursemanagement")."</a>";
- $modicon[]=$icon;
- $fulladmin = "";
- }
- if (isadmin()) {
- $moddata[]="<a href=\"$CFG->wwwroot/files/index.php?id=$siteid\">".get_string("courserestore")."</a>";
- $modicon[]=$icon;
- $moddata[]="<hr>";
- $modicon[]="";
- if($CFG->auth == "email" || $CFG->auth == "none" || $CFG->auth == "manual"){
- $moddata[]="<a href=\"$CFG->wwwroot/$CFG->admin/user.php?newuser=true\">".get_string("addnewuser")."</a>";
- $modicon[]=$icon;
- }
- $moddata[]="<a href=\"$CFG->wwwroot/$CFG->admin/user.php\">".get_string("edituser")."</a>";
- $modicon[]=$icon;
- $moddata[]="<a href=\"$CFG->wwwroot/$CFG->admin/admin.php\">".get_string("assignadmins")."</a>";
- $modicon[]=$icon;
- $moddata[]="<a href=\"$CFG->wwwroot/$CFG->admin/creators.php\">".get_string("assigncreators")."</a>";
- $modicon[]=$icon;
- $moddata[]="<a href=\"$CFG->wwwroot/$CFG->admin/auth.php\">".get_string("authentication")."</a>";
- $modicon[]=$icon;
$fulladmin = "<p><a href=\"$CFG->wwwroot/$CFG->admin/\">".get_string("admin")."</a>...";
}
global $CFG;
- $strfiles = get_string("files");
+ if (! $site = get_site()) {
+ error("Invalid site!");
+ }
+
+ if ($course->id == $site->id) {
+ $strfiles = get_string("sitefiles");
+ } else {
+ $strfiles = get_string("files");
+ }
if ($wdir == "/") {
$fullnav = "$strfiles";
for ($i=1; $i<$numdirs; $i++) {
$navigation .= " -> ";
$link .= "/".urlencode($dirs[$i]);
- $navigation .= "<A HREF=\"index.php?id=$course->id&wdir=$link\">".$dirs[$i]."</A>";
+ $navigation .= "<a href=\"index.php?id=$course->id&wdir=$link\">".$dirs[$i]."</a>";
}
$fullnav = "<a href=\"index.php?id=$course->id&wdir=/\">$strfiles</a> $navigation";
}
- if (! $site = get_site()) {
- error("Invalid site!");
- }
-
if ($course->id == $site->id) {
print_header("$course->shortname: $strfiles", "$course->fullname",
"<a href=\"../$CFG->admin/index.php\">".get_string("administration").
"</a> -> $fullnav", $formfield);
+
+ print_heading(get_string("publicsitefileswarning"), "center", 2);
+
} else {
print_header("$course->shortname: $strfiles", "$course->fullname",
"<a href=\"../course/view.php?id=$course->id\">$course->shortname".
"</a> -> $fullnav", $formfield);
}
+
echo "<table border=0 align=center cellspacing=3 cellpadding=3 width=640>";
echo "<tr>";
echo "<td colspan=\"2\">";
$fileurlsafe = rawurlencode($fileurl);
$filedate = userdate(filectime($filename), "%d %b %Y, %I:%M %p");
- echo "<TR>";
+ echo "<tr>";
print_cell("center", "<INPUT TYPE=checkbox NAME=\"file$count\" VALUE=\"$fileurl\">");
- echo "<TD ALIGN=left NOWRAP>";
+ echo "<td align=left nowrap>";
if ($CFG->slasharguments) {
$ffurl = "/file.php/$id$fileurl";
} else {
link_to_popup_window ($ffurl, "display",
"<IMG SRC=\"pix/$icon\" HEIGHT=16 WIDTH=16 BORDER=0 ALT=\"File\">",
480, 640);
- echo "<FONT SIZE=\"-1\" FACE=\"Arial, Helvetica\">";
+ echo "<font size=\"-1\" face=\"Arial, Helvetica\">";
link_to_popup_window ($ffurl, "display",
htmlspecialchars($file),
480, 640);
- echo "</FONT></TD>";
+ echo "</font></td>";
$file_size = filesize($filename);
print_cell("right", display_size($file_size));
print_cell("right", $filedate);
if ($icon == "text.gif" || $icon == "html.gif") {
- $edittext = "<A HREF=\"index.php?id=$id&wdir=$wdir&file=$fileurl&action=edit\">$stredit</A>";
+ $edittext = "<a href=\"index.php?id=$id&wdir=$wdir&file=$fileurl&action=edit\">$stredit</a>";
} else if ($icon == "zip.gif") {
- $edittext = "<A HREF=\"index.php?id=$id&wdir=$wdir&file=$fileurl&action=unzip\">$strunzip</A> ";
- $edittext .= "<A HREF=\"index.php?id=$id&wdir=$wdir&file=$fileurl&action=listzip\">$strlist</A> ";
+ $edittext = "<a href=\"index.php?id=$id&wdir=$wdir&file=$fileurl&action=unzip\">$strunzip</a> ";
+ $edittext .= "<a href=\"index.php?id=$id&wdir=$wdir&file=$fileurl&action=listzip\">$strlist</a> ";
if (!empty($CFG->backup_version) && isteacher($id)) {
- $edittext .= "<A HREF=\"index.php?id=$id&wdir=$wdir&file=$filesafe&action=restore\">$strrestore</A> ";
+ $edittext .= "<a href=\"index.php?id=$id&wdir=$wdir&file=$filesafe&action=restore\">$strrestore</a> ";
}
} else {
$edittext = "";
$string['addcreator'] = "Add course creator";
$string['addteacher'] = "Add teacher";
$string['admin'] = "Admin";
+$string['adminhelpaddnewuser'] = "To manually create a new user account";
+$string['adminhelpassignadmins'] = "Admins can do anything and go anywhere in the site";
+$string['adminhelpassigncreators'] = "Creators can create new courses and teach in them";
+$string['adminhelpauthentication'] = "Internal user accounts or external databases";
+$string['adminhelpconfiguration'] = "Configure variables that affect general operation of the site";
+$string['adminhelpcourses'] = "Define courses and categories and assign people to them";
+$string['adminhelpedituser'] = "Browse the list of user accounts and edit any of them";
+$string['adminhelplanguage'] = "For checking and editing the current language pack";
+$string['adminhelplogs'] = "Browse logs of all activity on this site";
+$string['adminhelpmanagemodules'] = "Manage installed modules and their settings";
+$string['adminhelpmanagedatabase'] = "Access your database directly";
+$string['adminhelpsitesettings'] = "Define the how the front page of the site looks";
+$string['adminhelpsitefiles'] = "For publishing general files or uploading external backups";
+$string['adminhelpthemes'] = "Choose how the site looks";
+$string['adminhelpusers'] = "Define your users and set up authentication";
$string['administration'] = "Administration";
$string['administrator'] = "Administrator";
$string['administrators'] = "Administrators";
$string['configsmtphosts'] = "Give the full name of one or more local SMTP servers that Moodle should use to send mail (eg 'mail.a.com' or 'mail.a.com;mail.b.com'). If you leave it blank, Moodle will use the PHP default method of sending mail.";
$string['configsmtpuser'] = "If you have specified an SMTP server above, and the server requires authentication, then enter the username and password here.";
$string['configunzip'] = "Indicate the location of your unzip program (Unix only, optional). If specified, this will be used to unpack zip archives on the server. If you leave this blank, then Moodle will use internal routines.";
-$string['configvariables'] = "Configure variables";
+$string['configvariables'] = "Configuration";
$string['configzip'] = "Indicate the location of your zip program (Unix only, optional). If specified, this will be used to create zip archives on the server. If you leave this blank, then Moodle will use internal routines.";
$string['confirmed'] = "Your registration has been confirmed";
$string['confirmednot'] = "Your registration has not yet been confirmed!";
$string['courseinfo'] = "Course info";
$string['coursefiles'] = "Course files";
$string['courseformats'] = "Course formats";
-$string['coursemanagement'] = "Course management";
$string['courserestore'] = "Course restore";
$string['courses'] = "Courses";
$string['courseupdates'] = "Course updates";
$string['makeafolder'] = "Make a folder";
$string['makeeditable'] = "If you make '\$a' editable by the web server process (eg apache) then you could edit this file directly from this page";
$string['mainmenu'] = "Main menu";
-$string['managedatabase'] = "Manage database";
-$string['managemodules'] = "Manage modules";
+$string['managedatabase'] = "Database";
+$string['managemodules'] = "Modules";
$string['markedthistopic'] = "This topic is highlighted as the current topic";
$string['markthistopic'] = "Highlight this topic as the current topic";
$string['maximumchars'] = "Maximum of \$a characters";
$string['publicdirectory0'] = "Please do not publish this site";
$string['publicdirectory1'] = "Publish the site name only";
$string['publicdirectory2'] = "Publish the site name with a link";
+$string['publicsitefileswarning'] = "Note: files placed here can be accessed by anyone";
$string['question'] = "Question";
$string['readinginfofrombackup'] = "Reading info from backup";
$string['readme'] = "README"; // This is a file name
$string['showallcourses'] = "Show all courses";
$string['site'] = "Site";
$string['sites'] = "Sites";
+$string['sitefiles'] = "Site files";
$string['sitelogs'] = "Site logs";
$string['sitenews'] = "Site news";
$string['sitesettings'] = "Site settings";
$string['timezone'] = "Timezone";
$string['thanks'] = "Thanks";
$string['theme'] = "Theme";
+$string['themes'] = "Themes";
$string['themesaved'] = "New theme saved";
$string['to'] = "To";
$string['today'] = "Today";
$string['unpacking'] = "Unpacking \$a";
$string['unsafepassword'] = "Unsafe password - try something else";
$string['unusedaccounts'] = "Accounts unused for more than \$a days are automatically unenrolled";
-$string['usingexistingcourse'] = "Using existing course";
$string['unzip'] = "Unzip";
$string['unzippingbackup'] = "Unzipping backup";
$string['update'] = "Update";
$string['uploadnofilefound'] = "No file was found - are you sure you selected one to upload?";
$string['uploadproblem'] = "An unknown problem occurred while uploading the file '\$a' (perhaps it was too large?)";
$string['uploadthisfile'] = "Upload this file";
+$string['user'] = "User";
$string['userdeleted'] = "This user account has been deleted";
$string['userdescription'] = "Description";
$string['userfiles'] = "User Files";
$string['username'] = "Username";
$string['usernameexists'] = "This username already exists, choose another";
$string['userprofilefor'] = "User profile for \$a";
-$string['user'] = "User";
$string['users'] = "Users";
+$string['usingexistingcourse'] = "Using existing course";
$string['userzones'] = "User zones";
$string['webpage'] = "Web page";
$string['week'] = "Week";
$options = "menubar=0,location=0,scrollbars,resizable,width=$width,height=$height";
$fullscreen = 0;
- echo "<a target=\"$name\" title=\"$title\" href=\"$CFG->wwwroot/$url\" ".
+ echo "<a target=\"$name\" title=\"$title\" href=\"$CFG->wwwroot$url\" ".
"onClick=\"return openpopup('$url', '$name', '$options', $fullscreen);\">$linkname</a>\n";
}
$stradministration = get_string("administration");
print_header("$course->shortname: $streditmyprofile", "$course->fullname",
- "<A HREF=\"$CFG->wwwroot/admin/\">$stradministration</A> ->
- $straddnewuser", "");
+ "<a href=\"$CFG->wwwroot/$CFG->admin/\">$stradministration</a> -> ".
+ "<a href=\"$CFG->wwwroot/$CFG->admin/users.php\">$strusers</a> -> $straddnewuser", "");
}
$teacher = strtolower($course->teacher);
optional_variable($dir,"DESC"); //how to sort students
optional_variable($showall,""); //show all of the students?
+
if (! $course = get_record("course", "id", $id)) {
error("Course ID is incorrect");
}