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) 2016-2023
Portions created by the Initial Developer are Copyright (C) 2016-2024
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -159,6 +159,7 @@
echo " <div style='clear: both;'></div>\n";
echo "</div>\n";
echo "<div class='card'>\n";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
@@ -206,6 +207,7 @@
echo "</tr>\n";
echo "</table>";
echo "</div>\n";
echo "<br /><br />";
if ($action == "update") {
@@ -223,4 +225,5 @@
//include the footer
require_once "resources/footer.php";
?>
?>