Clean up on Registrations page.

This commit is contained in:
Nate Jones 2014-06-17 01:56:43 +00:00
parent f3d45bf89c
commit cffb83b87b
2 changed files with 2 additions and 11 deletions

View File

@ -34,7 +34,7 @@
$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]['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'][] = "superadmin";

View File

@ -43,9 +43,6 @@ require_once "resources/check_auth.php";
$text[$key] = $value[$_SESSION['domain']['language']['code']];
}
//request form values and set them as variables
$sip_profile_name = trim($_REQUEST["profile"]);
//show the header
require_once "resources/header.php";
$page["title"] = $text['header-registrations'];
@ -105,21 +102,15 @@ require_once "resources/check_auth.php";
</script>
<?php
echo "<table width='100%' border='0' cellpadding='0' cellspacing='2'>\n";
echo " <tr class='border'>\n";
echo " <td align=\"left\">\n";
echo " <div id=\"ajax_reponse\">\n";
include_once "status_registrations_inc.php";
echo " </div>\n";
echo " <div id=\"ajax_reponse\"></div>\n";
echo " <div id=\"time_stamp\" style=\"visibility:hidden\">".date('Y-m-d-s')."</div>\n";
echo " </td>";
echo " </tr>";
echo "</table>";
//get the footer
require_once "resources/footer.php";
?>