Added the content card div

This commit is contained in:
FusionPBX
2024-09-05 23:37:34 -06:00
committed by GitHub
parent cb6edd88ef
commit 2182ebd0b4
19 changed files with 102 additions and 55 deletions
+3 -2
View File
@@ -391,7 +391,7 @@
echo "<br /><br />\n";
echo "<form name='frm' id='frm' method='post'>\n";
echo "<div class='card'>\n";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
@@ -930,7 +930,7 @@
echo "</tr>\n";
echo "</table>";
echo "<br><br>";
echo "</div>\n";
if ($action == "update") {
echo "<input type='hidden' name='gateway_uuid' value='".escape($gateway_uuid)."'>\n";
@@ -938,6 +938,7 @@
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";
echo "</form>";
echo "<br><br>";
//hide password fields before submit
echo "<script>\n";
+4 -2
View File
@@ -253,6 +253,7 @@
echo "<input type='hidden' id='action' name='action' value=''>\n";
echo "<input type='hidden' name='search' value=\"".escape($search)."\">\n";
echo "<div class='card'>\n";
echo "<table class='list'>\n";
echo "<tr class='list-header'>\n";
if (permission_exists('gateway_add') || permission_exists('gateway_edit') || permission_exists('gateway_delete')) {
@@ -378,7 +379,8 @@
unset($gateways);
echo "</table>\n";
echo "<br />\n";
echo "</div>\n";
echo "<br /><br />\n";
echo "<div align='center'>".$paging_controls."</div>\n";
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";
@@ -388,4 +390,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>