Update device_profiles.php
This commit is contained in:
@@ -48,6 +48,11 @@
|
|||||||
$order = check_str($_GET["order"]);
|
$order = check_str($_GET["order"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//additional includes
|
||||||
|
require_once "resources/header.php";
|
||||||
|
$document['title'] = $text['title-profiles'];
|
||||||
|
require_once "resources/paging.php";
|
||||||
|
|
||||||
//prepare to page the results
|
//prepare to page the results
|
||||||
$sql = "select count(*) as num_rows from v_device_profiles ";
|
$sql = "select count(*) as num_rows from v_device_profiles ";
|
||||||
$sql .= "where (domain_uuid = '".$domain_uuid."' or domain_uuid is null) ";
|
$sql .= "where (domain_uuid = '".$domain_uuid."' or domain_uuid is null) ";
|
||||||
@@ -98,11 +103,6 @@
|
|||||||
$row_style["0"] = "row_style0";
|
$row_style["0"] = "row_style0";
|
||||||
$row_style["1"] = "row_style1";
|
$row_style["1"] = "row_style1";
|
||||||
|
|
||||||
//additional includes
|
|
||||||
require_once "resources/header.php";
|
|
||||||
$document['title'] = $text['title-profiles'];
|
|
||||||
require_once "resources/paging.php";
|
|
||||||
|
|
||||||
//show the content
|
//show the content
|
||||||
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
|
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
|
||||||
echo " <tr>\n";
|
echo " <tr>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user