mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Multiple Apps: Integrate content cards.
This commit is contained in:
@@ -297,6 +297,7 @@
|
||||
}
|
||||
echo "<br /><br />\n";
|
||||
|
||||
echo "<div class='card'>\n";
|
||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
@@ -814,6 +815,7 @@
|
||||
echo "</tr>\n";
|
||||
|
||||
echo "</table>";
|
||||
echo "</div>";
|
||||
echo "<br><br>";
|
||||
|
||||
if ($action == "update") {
|
||||
|
||||
@@ -432,12 +432,13 @@
|
||||
if ($previous_default_setting_category != $row['default_setting_category']) {
|
||||
if (!empty($previous_default_setting_category)) {
|
||||
echo "</table>\n";
|
||||
echo "<br />\n";
|
||||
echo "</div>\n";
|
||||
echo "</div>\n";
|
||||
}
|
||||
echo "<div class='category' id='category_".$default_setting_category."'>\n";
|
||||
echo "<b>".escape($label_default_setting_category)."</b><br>\n";
|
||||
|
||||
echo "<div class='card'>\n";
|
||||
echo "<table class='list'>\n";
|
||||
echo "<tr class='list-header'>\n";
|
||||
if ($permission['default_setting_add'] || $permission['default_setting_edit'] || $permission['default_setting_delete']) {
|
||||
@@ -613,6 +614,7 @@
|
||||
}
|
||||
|
||||
echo "</table>\n";
|
||||
echo "</div>\n";
|
||||
echo "<br />\n";
|
||||
echo "</div>\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user