Multiple Apps: Integrate content cards.

This commit is contained in:
fusionate
2024-09-04 17:51:23 -06:00
parent a965c78735
commit bf7526f0ef
33 changed files with 96 additions and 18 deletions
+2
View File
@@ -237,6 +237,7 @@
echo $text['description-groups']."\n";
echo "<br /><br />\n";
echo "<div class='card'>\n";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
@@ -320,6 +321,7 @@
echo "</tr>\n";
echo "</table>";
echo "</div>";
echo "<br /><br />";
echo "<input type='hidden' name='group_uuid' value='".escape($group_uuid)."'>\n";
+2
View File
@@ -181,6 +181,7 @@
echo "<input type='hidden' id='action' name='action' value=''>\n";
echo "<input type='hidden' name='group_uuid' value='".escape($group_uuid)."'>\n";
echo "<div class='card'>\n";
echo "<table class='list'>\n";
echo "<tr class='list-header'>\n";
if (permission_exists('group_member_delete')) {
@@ -214,6 +215,7 @@
}
echo "</table>\n";
echo "</div>\n";
echo "<br />";
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>";
echo "</form>";
+4 -1
View File
@@ -308,7 +308,9 @@
echo "<input type='hidden' name='group_uuid' value='".escape($group_uuid)."'>\n";
echo "<input type='hidden' name='view' value=\"".escape($view)."\">\n";
echo "<input type='hidden' name='search' value=\"".escape($search)."\">\n";
echo "<table class='list' style='margin-bottom: 25px;'>\n";
echo "<div class='card'>\n";
echo "<table class='list'>\n";
if (is_array($group_permissions) && @sizeof($group_permissions) != 0) {
$x = 0;
foreach ($group_permissions as $row) {
@@ -388,6 +390,7 @@
}
echo "</table>\n";
echo "</div>\n";
echo "</form>\n";
//include the footer
+2
View File
@@ -188,6 +188,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('group_add') || permission_exists('group_edit') || permission_exists('group_delete')) {
@@ -257,6 +258,7 @@ echo " <td>".escape($row['domain_name'])."</td>\n";
}
echo "</table>\n";
echo "</div>\n";
echo "<br />\n";
echo "<div align='center'>".$paging_controls."</div>\n";
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";