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:
@@ -232,6 +232,11 @@ if (!defined('HEADER_EXPANDER')) define('HEADER_EXPANDER', false);
|
||||
*/
|
||||
if (!defined('HEADER_EXPANDER_MANUAL')) define('HEADER_EXPANDER_MANUAL', false);
|
||||
|
||||
/**
|
||||
* Contract header at start of questionnaire
|
||||
*/
|
||||
if (!defined('HEADER_EXPANDER_QUESTIONNAIRE')) define('HEADER_EXPANDER_QUESTIONNAIRE', false);
|
||||
|
||||
/**
|
||||
* Define how many minutes between each system sort (defaults to 5 as this is a common interval for appointments)
|
||||
*/
|
||||
@@ -247,6 +252,11 @@ if (!defined('ALLOW_PAGE_REFRESH')) define ('ALLOW_PAGE_REFRESH',true);
|
||||
*/
|
||||
if (!defined('ALLOW_RESPONDENT_SELECTOR')) define ('ALLOW_RESPONDENT_SELECTOR',true);
|
||||
|
||||
/**
|
||||
* Display a faster alternate interface where VoIP is disabled
|
||||
*/
|
||||
if (!defined('ALTERNATE_INTERFACE')) define ('ALTERNATE_INTERFACE',false);
|
||||
|
||||
/**
|
||||
* Number of log records to display
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user