Admin.php: improve indentation
parent
0a7d4a5afa
commit
2b0574fd6d
|
@ -72,11 +72,8 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
|
||||||
Email
|
Email
|
||||||
<input type="text" name="email" placeholder="Email / Student Number" class="form-control" > <br>
|
<input type="text" name="email" placeholder="Email / Student Number" class="form-control" > <br>
|
||||||
Initial password (Enter a strong password or leave it empty to let LRR generate one)
|
Initial password (Enter a strong password or leave it empty to let LRR generate one)
|
||||||
|
<input type="password" class="form-control" name="password" minlength="8" placeholder="Initial password" > <br>
|
||||||
<input type="password" class="form-control" name="password" minlength="8" placeholder="Initial password" >
|
|
||||||
<br><br>
|
|
||||||
User type:
|
User type:
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
if ($_SESSION['user_type'] == "Lecturer") {
|
if ($_SESSION['user_type'] == "Lecturer") {
|
||||||
|
|
Loading…
Reference in New Issue