Multiple Apps: Integrate content cards.

This commit is contained in:
fusionate
2024-09-04 16:55:24 -06:00
parent 73c15de84c
commit d234fb185a
23 changed files with 95 additions and 25 deletions
+5 -1
View File
@@ -139,7 +139,8 @@
if (permission_exists('xml_cdr_search')) {
echo "<form name='frm' id='frm' method='get'>\n";
echo "<div class='form_grid' style='padding-bottom: 35px;'>\n";
echo "<div class='card' style='margin-bottom: 30px;'>\n";
echo "<div class='form_grid'>\n";
echo " <div class='form_set'>\n";
echo " <div class='label'>\n";
@@ -189,6 +190,7 @@
echo " </div>\n";
echo " </div>\n";
echo "</div>\n";
echo "</div>\n";
if (!empty($_GET['show']) && $_GET['show'] == 'all' && permission_exists('destination_summary_all')) {
@@ -199,6 +201,7 @@
}
//show the results
echo "<div class='card'>\n";
echo "<table class='list'>\n";
echo " <tr class='list-header'>\n";
if (!empty($_GET['show']) && $_GET['show'] === "all" && permission_exists('destination_summary_all')) {
@@ -236,6 +239,7 @@
}
echo "</table>\n";
echo "</div>\n";
echo "<br />\n";
//show the footer