Active Calls: List view updates, bulk call hangup. Button Class: Add onmouseover/out support.

This commit is contained in:
Nate
2019-10-29 23:11:19 -06:00
parent b27410c600
commit f57fa290d3
6 changed files with 242 additions and 153 deletions

View File

@@ -31,8 +31,12 @@
require_once "resources/paging.php";
//check permissions
if (!permission_exists('bridge_view')) {
echo "access denied"; exit;
if (permission_exists('bridge_view')) {
//access granted
}
else {
echo "access denied";
exit;
}
//add multi-lingual support