mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Removed auto refresh from performance screen and disabled overall statistics as not useful for operators, and performance can appear at the start of each case
This commit is contained in:
@@ -58,7 +58,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_("Performance"),true,array("css/table.css"),$js,false,60);
|
xhtml_head(T_("Performance"),true,array("css/table.css"),$js);
|
||||||
|
|
||||||
$operator_id = get_operator_id();
|
$operator_id = get_operator_id();
|
||||||
$questionnaire_id = get_questionnaire_id($operator_id);
|
$questionnaire_id = get_questionnaire_id($operator_id);
|
||||||
@@ -85,10 +85,11 @@ if ($questionnaire_id)
|
|||||||
xhtml_table($rs,array("firstName","completions","CPH"),array(T_("Operator"),T_("Completions"),T_("Completions per hour")),"tclass",array("operator_id" => $operator_id));
|
xhtml_table($rs,array("firstName","completions","CPH"),array(T_("Operator"),T_("Completions"),T_("Completions per hour")),"tclass",array("operator_id" => $operator_id));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Don't display overall performance - not useful to operators?
|
||||||
$rs = get_CPH();
|
$rs = get_CPH();
|
||||||
print "<div>" . T_("Overall") . "</div>";
|
print "<div>" . T_("Overall") . "</div>";
|
||||||
xhtml_table($rs,array("firstName","completions","CPH"),array(T_("Operator"),T_("Completions"),T_("Completions per hour")),"tclass",array("operator_id" => $operator_id));
|
xhtml_table($rs,array("firstName","completions","CPH"),array(T_("Operator"),T_("Completions"),T_("Completions per hour")),"tclass",array("operator_id" => $operator_id));
|
||||||
|
*/
|
||||||
|
|
||||||
xhtml_foot();
|
xhtml_foot();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user