Admin.php: Improve tab 'Create instructor account'.

Bug430-Eden2
Lan Hui 2023-08-19 20:37:53 +08:00
parent 1c4acbf31b
commit 2284e78179
1 changed files with 1 additions and 3 deletions

View File

@ -82,7 +82,7 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
echo " <input type='radio' name = 'type' value = 'Lecturer' required = '' id='role_lecturer' > Lecturer ";
}
?>
<br>
<br><br>
<button type="submit" class="btn btn-primary" id="create_btn">Create</button>
<?php
@ -100,8 +100,6 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
</form>
<hr>
</div>