diff options
| author | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2026-01-30 18:31:38 +0100 |
|---|---|---|
| committer | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2026-01-30 18:31:38 +0100 |
| commit | be637b6c9912434ff086f30a17769676a0f79a71 (patch) | |
| tree | cfee18217a9d71fe043296b66a2d521c2ca616f9 /admin-addusers.php | |
| parent | f50d216c29b57e12ff979d95b6ac5ea2bb92cfd0 (diff) | |
added admin menu to show-user. moved menu to top for adduser and admin-show
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 |
