mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added ALTERNATE_INTERFACE config directive (defaults to false)
Alternate interface appears for non VoIP users when ALTERNATE_INTERFACE set to true This interface is a bit faster to operate (less popup windows) and makes more sense when not using the system to auto-dial Sponsored by Zimi
This commit is contained in:
@@ -2335,9 +2335,9 @@ function buildsurveysession()
|
||||
</form>";
|
||||
|
||||
echo templatereplace(file_get_contents("$thistpl/endpage.pstpl"));
|
||||
doFooter();
|
||||
exit;
|
||||
}
|
||||
doFooter();
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
//BEFORE BUILDING A NEW SESSION FOR THIS SURVEY, LET'S CHECK TO MAKE SURE THE SURVEY SHOULD PROCEED!
|
||||
@@ -2452,6 +2452,15 @@ function buildsurveysession()
|
||||
doFooter();
|
||||
exit;
|
||||
}
|
||||
|
||||
//This should only happen once, so a good place to add the "start of the limesurrvey instrument code"
|
||||
//queXS Addition
|
||||
include_once("quexs.php");
|
||||
if(HEADER_EXPANDER_QUESTIONNAIRE && HEADER_EXPANDER_MANUAL)
|
||||
{
|
||||
global $js_header_includes;
|
||||
$js_header_includes[] = '/../../js/headerexpandquestionnaire.js'; //queXS addition
|
||||
}
|
||||
}
|
||||
// TOKENS REQUIRED, A TOKEN PROVIDED
|
||||
// SURVEY CAPTCHA REQUIRED
|
||||
|
||||
Reference in New Issue
Block a user