Admin.php: Improve tab 'Create instructor account'.
parent
1c4acbf31b
commit
2284e78179
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue