mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added support for AUTO_LOGOUT_MINUTES to all child windows of the main frame (added jQuery and childnap.js)
This commit is contained in:
@@ -49,7 +49,11 @@ include ("functions/functions.xhtml.php");
|
||||
*/
|
||||
include("functions/functions.operator.php");
|
||||
|
||||
xhtml_head(T_("Call List"),true,array("css/table.css"),false,false,15);
|
||||
$js = false;
|
||||
if (AUTO_LOGOUT_MINUTES !== false)
|
||||
$js = array("include/jquery-ui/js/jquery-1.4.2.min.js","js/childnap.js");
|
||||
|
||||
xhtml_head(T_("Call List"),true,array("css/table.css"),$js,false,15);
|
||||
|
||||
//List the case call history
|
||||
// display in respondent time so that the operator will be able to
|
||||
|
||||
Reference in New Issue
Block a user