mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Allow for titles not to appear where they don't need to be
This commit is contained in:
@@ -67,8 +67,7 @@ if (AUTO_LOGOUT_MINUTES !== false)
|
||||
$js[] = "js/childnap.js";
|
||||
}
|
||||
|
||||
xhtml_head(T_("Respondent Selector"),true,array("css/table.css","css/respondent.css"),$js);
|
||||
|
||||
xhtml_head(T_("Respondent Selector"),true,array("css/table.css","css/respondent.css"),$js,false,false,false,false,false);
|
||||
|
||||
//display the respondents as a drop down list for this call attempt
|
||||
// display in the operators time
|
||||
|
||||
Reference in New Issue
Block a user