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 -1
View File
@@ -117,7 +117,7 @@
$esl = event_socket::create();
if ($esl->is_connected()) {
$result = event_socket::api('show application');
$show_applications = explode("\n\n", $result);
$raw_applications = explode("\n", $show_applications[0]);
unset($result);
@@ -590,6 +590,7 @@
echo $text['description-dialplan-edit']."\n";
echo "<br /><br />\n";
echo "<div class='card'>\n";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
echo "<td width='50%' style='vertical-align: top;'>\n";
@@ -1068,6 +1069,7 @@
unset($details);
echo "</table>";
echo "</div>\n";
} //end if results