mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
hide displaying page headers in tabs as too space consuming
This commit is contained in:
@@ -53,7 +53,7 @@ $js = false;
|
|||||||
if (AUTO_LOGOUT_MINUTES !== false)
|
if (AUTO_LOGOUT_MINUTES !== false)
|
||||||
$js = array("include/jquery-ui/js/jquery-1.4.2.min.js","js/childnap.js");
|
$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();
|
$operator_id = get_operator_id();
|
||||||
$case_id = get_case_id($operator_id);
|
$case_id = get_case_id($operator_id);
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ $js = false;
|
|||||||
if (AUTO_LOGOUT_MINUTES !== false)
|
if (AUTO_LOGOUT_MINUTES !== false)
|
||||||
$js = array("include/jquery-ui/js/jquery-1.4.2.min.js","js/childnap.js");
|
$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
|
//List the case call history
|
||||||
// display in respondent time so that the operator will be able to
|
// display in respondent time so that the operator will be able to
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ $js = false;
|
|||||||
if (AUTO_LOGOUT_MINUTES !== false)
|
if (AUTO_LOGOUT_MINUTES !== false)
|
||||||
$js = array("include/jquery-ui/js/jquery-1.4.2.min.js","js/childnap.js");
|
$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
|
//List the case call history
|
||||||
// display in respondent time so that the operator will be able to
|
// display in respondent time so that the operator will be able to
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ $js = false;
|
|||||||
if (AUTO_LOGOUT_MINUTES !== false)
|
if (AUTO_LOGOUT_MINUTES !== false)
|
||||||
$js = array("include/jquery-ui/js/jquery-1.4.2.min.js","js/childnap.js");
|
$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
|
//List the case note history
|
||||||
// display in the operators time
|
// display in the operators time
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ if (AUTO_LOGOUT_MINUTES !== false)
|
|||||||
$js[] = "js/childnap.js";
|
$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;
|
global $db;
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ if (AUTO_LOGOUT_MINUTES !== false)
|
|||||||
$js = array("include/jquery-ui/js/jquery-1.4.2.min.js","js/childnap.js");
|
$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
|
//List the shifts
|
||||||
// display in operator time
|
// display in operator time
|
||||||
|
|||||||
Reference in New Issue
Block a user