diff --git a/availability.php b/availability.php index 71172af2..77850123 100644 --- a/availability.php +++ b/availability.php @@ -53,7 +53,7 @@ $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_("Availability"),true,array("css/table.css"),$js); +xhtml_head(T_("Availability"),false,array("css/table.css"),$js); $operator_id = get_operator_id(); $case_id = get_case_id($operator_id); diff --git a/callhistory.php b/callhistory.php index 1f352107..bcc7f20f 100644 --- a/callhistory.php +++ b/callhistory.php @@ -53,7 +53,7 @@ $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_("Case History List"),true,array("css/table.css"),$js,false,60); +xhtml_head(T_("Case History List"),false,array("css/table.css"),$js,false,60); //List the case call history // display in respondent time so that the operator will be able to diff --git a/calllist.php b/calllist.php index 418226d9..deef62ff 100644 --- a/calllist.php +++ b/calllist.php @@ -53,7 +53,7 @@ $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,60); +xhtml_head(T_("Call List"),false,array("css/table.css"),$js,false,60); //List the case call history // display in respondent time so that the operator will be able to diff --git a/casenote.php b/casenote.php index c7f000e2..220eeb1d 100644 --- a/casenote.php +++ b/casenote.php @@ -53,7 +53,7 @@ $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_("Case Notes"),true,array("css/table.css","css/casenote.css"),$js, (isset($_GET['add'])) ? "onload=\"document.getElementById('note').focus();\"" : false); +xhtml_head(T_("Case Notes"),false,array("css/table.css","css/casenote.css"),$js, (isset($_GET['add'])) ? "onload=\"document.getElementById('note').focus();\"" : false); //List the case note history // display in the operators time diff --git a/contactdetails.php b/contactdetails.php index 5d5f5d02..fbb7c6a6 100644 --- a/contactdetails.php +++ b/contactdetails.php @@ -67,7 +67,7 @@ if (AUTO_LOGOUT_MINUTES !== false) $js[] = "js/childnap.js"; } -xhtml_head(T_("Contact details"),true,array("css/table.css","css/respondent_interface2.css"),$js); +xhtml_head(T_("Contact details"),false,array("css/table.css","css/respondent_interface2.css"),$js); global $db; diff --git a/shifts.php b/shifts.php index 057bc117..8bbe6726 100644 --- a/shifts.php +++ b/shifts.php @@ -54,7 +54,7 @@ if (AUTO_LOGOUT_MINUTES !== false) $js = array("include/jquery-ui/js/jquery-1.4.2.min.js","js/childnap.js"); -xhtml_head(T_("Shift List"),true,array("css/table.css"),$js,false,600); +xhtml_head(T_("Shift List"),false,array("css/table.css"),$js,false,600); //List the shifts // display in operator time