mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Dashboard: Fix issue with Ring Group Forward not saving changes.
Misc: Restore/Fix some missing/botched HTML tags.
This commit is contained in:
@@ -158,7 +158,7 @@ require_once "resources/paging.php";
|
||||
if (!$is_included) {
|
||||
echo th_order_by('ring_group_description', $text['label-description'], $order_by, $order);
|
||||
}
|
||||
echo "<tr>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
$c = 0;
|
||||
if ($result_count > 0) {
|
||||
@@ -183,7 +183,6 @@ require_once "resources/paging.php";
|
||||
unset($sql, $result, $row_count);
|
||||
}
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "</table>";
|
||||
echo "<br>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user