2
0
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:
azammitdcarf
2011-01-25 04:32:16 +00:00
parent 09c75bcc7b
commit 2ddc4b811e
13 changed files with 71 additions and 14 deletions

View File

@@ -44,7 +44,11 @@ include ("functions/functions.xhtml.php");
*/
include ("lang.inc.php");
xhtml_head(T_("No call available"),true,array("css/table.css"));
$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_("No call available"),true,array("css/table.css"),$js);
?>
<h1><? echo T_("Please click on:") . " " . T_("Call/Hangup") . " " .T_("to display call script"); ?></h1>