Admin.php: better spacing.
parent
d1d37f46e4
commit
ec0d73db52
|
@ -83,8 +83,8 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
|
||||||
?>
|
?>
|
||||||
<br><br>
|
<br><br>
|
||||||
<button type="submit" class="btn btn-primary" id="create_btn">Create</button>
|
<button type="submit" class="btn btn-primary" id="create_btn">Create</button>
|
||||||
<?php
|
|
||||||
|
|
||||||
|
<?php
|
||||||
error_reporting(E_ALL);
|
error_reporting(E_ALL);
|
||||||
if (isset($_SESSION['info_Admin_Users'])) {
|
if (isset($_SESSION['info_Admin_Users'])) {
|
||||||
echo '<hr><div class="alert alert-info" role="alert">' . $_SESSION['info_Admin_Users'] . '</div>';
|
echo '<hr><div class="alert alert-info" role="alert">' . $_SESSION['info_Admin_Users'] . '</div>';
|
||||||
|
@ -94,7 +94,6 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
|
||||||
echo '<hr><div class="alert alert-info" role="alert">' . $_SESSION['info_Admin_Users'] . '</div>';
|
echo '<hr><div class="alert alert-info" role="alert">' . $_SESSION['info_Admin_Users'] . '</div>';
|
||||||
$_SESSION['info_Admin_Users'] = null;
|
$_SESSION['info_Admin_Users'] = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue