Clean up on Registrations page.
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
$apps[$x]['menu'][0]['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a";
|
$apps[$x]['menu'][0]['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a";
|
||||||
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||||
$apps[$x]['menu'][0]['category'] = "internal";
|
$apps[$x]['menu'][0]['category'] = "internal";
|
||||||
$apps[$x]['menu'][0]['path'] = "/app/registrations/status_registrations.php?profile=internal";
|
$apps[$x]['menu'][0]['path'] = "/app/registrations/status_registrations.php";
|
||||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||||
|
|
||||||
|
|||||||
@@ -43,9 +43,6 @@ require_once "resources/check_auth.php";
|
|||||||
$text[$key] = $value[$_SESSION['domain']['language']['code']];
|
$text[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||||
}
|
}
|
||||||
|
|
||||||
//request form values and set them as variables
|
|
||||||
$sip_profile_name = trim($_REQUEST["profile"]);
|
|
||||||
|
|
||||||
//show the header
|
//show the header
|
||||||
require_once "resources/header.php";
|
require_once "resources/header.php";
|
||||||
$page["title"] = $text['header-registrations'];
|
$page["title"] = $text['header-registrations'];
|
||||||
@@ -105,21 +102,15 @@ require_once "resources/check_auth.php";
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='2'>\n";
|
echo "<table width='100%' border='0' cellpadding='0' cellspacing='2'>\n";
|
||||||
echo " <tr class='border'>\n";
|
echo " <tr class='border'>\n";
|
||||||
echo " <td align=\"left\">\n";
|
echo " <td align=\"left\">\n";
|
||||||
echo " <div id=\"ajax_reponse\">\n";
|
echo " <div id=\"ajax_reponse\"></div>\n";
|
||||||
include_once "status_registrations_inc.php";
|
|
||||||
echo " </div>\n";
|
|
||||||
echo " <div id=\"time_stamp\" style=\"visibility:hidden\">".date('Y-m-d-s')."</div>\n";
|
echo " <div id=\"time_stamp\" style=\"visibility:hidden\">".date('Y-m-d-s')."</div>\n";
|
||||||
echo " </td>";
|
echo " </td>";
|
||||||
echo " </tr>";
|
echo " </tr>";
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//get the footer
|
//get the footer
|
||||||
require_once "resources/footer.php";
|
require_once "resources/footer.php";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user