2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Auto logout for  "Alternate interface"  now closes the case before standby
This commit is contained in:
Alex
2015-02-12 00:15:58 +03:00
parent dadad5ed63
commit 07efb62f99

View File

@@ -29,7 +29,11 @@
*
*
*/
/**
*/
include_once("lang.inc.php");
/**
* Configuration file
*/
@@ -44,10 +48,17 @@ include_once("functions/functions.xhtml.php");
* Operator functions
*/
include_once("functions/functions.operator.php");
$operator_id = get_operator_id();
end_call_attempt($operator_id);
end_case($operator_id);
xhtml_head(T_("queXS"), false, array("css/index_interface2.css","css/tabber_interface2.css"),array("js/tabber_interface2.js"));
if (isset($_GET['auto']))
{
print "<h1>" . T_("You have been automatically logged out of work due to inactivity") . "</h1>";
}
?>
<div id="header_line"></div>
<ul class="wait_wrapper">