2
0
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:
Alex
2015-05-20 15:12:26 +03:00
parent 4c443320b4
commit 6710ae9415
6 changed files with 6 additions and 6 deletions

View File

@@ -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;