mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 00:04:50 +00:00
Convert deprecated center tags to CSS; General tidy
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
<?php include("inc_all.php"); ?>
|
<?php require_once("inc_all.php");
|
||||||
|
|
||||||
<?php
|
|
||||||
|
|
||||||
$sql = mysqli_query($mysqli, "SELECT * FROM notifications LEFT JOIN clients ON notification_client_id = client_id WHERE notification_dismissed_at IS NULL AND (notification_user_id = $session_user_id OR notification_user_id = 0) AND notifications.company_id = $session_company_id ORDER BY notification_id DESC");
|
$sql = mysqli_query($mysqli, "SELECT * FROM notifications LEFT JOIN clients ON notification_client_id = client_id WHERE notification_dismissed_at IS NULL AND (notification_user_id = $session_user_id OR notification_user_id = 0) AND notifications.company_id = $session_company_id ORDER BY notification_id DESC");
|
||||||
|
|
||||||
@@ -63,16 +61,12 @@ $sql = mysqli_query($mysqli,"SELECT * FROM notifications LEFT JOIN clients ON no
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php } else { ?>
|
||||||
}else{
|
<div class="my-5" style="text-align: center">
|
||||||
?>
|
|
||||||
<center class="my-5">
|
|
||||||
<i class='far fa-fw fa-6x fa-bell-slash text-secondary'></i><h3 class='text-secondary mt-3'>No Notifications</h3>
|
<i class='far fa-fw fa-6x fa-bell-slash text-secondary'></i><h3 class='text-secondary mt-3'>No Notifications</h3>
|
||||||
</center>
|
</div>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
<?php
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php include("footer.php");
|
<?php require_once("footer.php");
|
||||||
|
|||||||
Reference in New Issue
Block a user