Added content card div to devices (#7122)

This commit is contained in:
Alex
2024-09-06 10:20:03 -07:00
committed by GitHub
parent 2182ebd0b4
commit c01403cce8
11 changed files with 55 additions and 29 deletions

View File

@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008 - 2023
Portions created by the Initial Developer are Copyright (C) 2008-2024
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -384,6 +384,7 @@
echo "<input type='hidden' name='search' value=\"".escape($search)."\">\n";
echo "<input type='hidden' name='fields' value=\"".escape($fields)."\">\n";
echo "<div class='card'>\n";
echo "<table class='list'>\n";
echo "<tr class='list-header'>\n";
if ($has_device_edit || $has_device_delete) {
@@ -485,6 +486,7 @@
unset($devices);
echo "</table>\n";
echo "</div>\n";
echo "<br />\n";
echo "<div align='center'>".$paging_controls."</div>\n";
@@ -496,3 +498,4 @@
require_once "resources/footer.php";
?>