Dialplan - Edit: Fix card.

This commit is contained in:
fusionate 2024-09-11 18:08:31 -06:00
parent 70dc966a5a
commit 102b9ee9cb
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -775,7 +775,8 @@
echo "</td>";
echo "</tr>";
echo "</table>";
echo "<br><br>";
echo "</div>\n";
echo "<br>";
//dialplan details
if ($action == "update") {
@ -797,6 +798,7 @@
//display the results
if (is_array($details) && @sizeof($details) != 0) {
echo "<div class='card'>\n";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' style='margin: -2px; border-spacing: 2px;'>\n";
$x = 0;