Update ring_groups.php

This commit is contained in:
FusionPBX
2017-05-31 02:03:48 -06:00
committed by GitHub
parent 862848c52a
commit 94ea1e427a
+3 -1
View File
@@ -43,6 +43,7 @@
$language = new text; $language = new text;
$text = $language->get(); $text = $language->get();
//additional includes
require_once "resources/header.php"; require_once "resources/header.php";
require_once "resources/paging.php"; require_once "resources/paging.php";
@@ -110,10 +111,12 @@ require_once "resources/paging.php";
$result_count = count($result); $result_count = count($result);
unset ($prep_statement, $sql); unset ($prep_statement, $sql);
//set the row styles
$c = 0; $c = 0;
$row_style["0"] = "row_style0"; $row_style["0"] = "row_style0";
$row_style["1"] = "row_style1"; $row_style["1"] = "row_style1";
//show the content
echo "<table class='tr_hover' width='100%' border='0' cellpadding='0' cellspacing='0'>\n"; echo "<table class='tr_hover' width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n"; echo "<tr>\n";
echo th_order_by('ring_group_name', $text['label-name'], $order_by, $order); echo th_order_by('ring_group_name', $text['label-name'], $order_by, $order);
@@ -182,7 +185,6 @@ require_once "resources/paging.php";
echo "</table>"; echo "</table>";
echo "<br><br>"; echo "<br><br>";
echo "</div>";
//include the footer //include the footer
require_once "resources/footer.php"; require_once "resources/footer.php";