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)
|
||||
$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
|
||||
|
||||
Reference in New Issue
Block a user