diff options
Diffstat (limited to 'admin-addusers.php')
| -rw-r--r-- | admin-addusers.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin-addusers.php b/admin-addusers.php index 880a535..f00ded0 100644 --- a/admin-addusers.php +++ b/admin-addusers.php @@ -13,7 +13,7 @@ if ($login !== "admin") { <!DOCTYPE html> <html> <body> -<h1>Add Users</h1> + <table> <tr> <td> @@ -27,7 +27,7 @@ if ($login !== "admin") { </td> </tr> </table> - +<h1>Add Users</h1> <p> Die Teilnehmer werden aus dem Moodlekurs der Veranstaltung übernommen. Dazu die Teilnehmer als csv exportieren. Die csv Datei dann mit den Angaben zum Kurs und zum Semester hier hochladen. Die |
