"Add a new user" link near top of page, see bug 713

This commit is contained in:
gustav_delius
2004-05-30 21:12:09 +00:00
parent f7f2ff6dba
commit aed646106b
+3
View File
@@ -331,6 +331,9 @@
}
echo "</form>";
echo "</td></tr></table>";
if ($CFG->auth == "email" || $CFG->auth == "none" || $CFG->auth == "manual"){
print_heading("<a href=\"user.php?newuser=true\">".get_string("addnewuser")."</a>");
}
print_table($table);