mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Can disable/enable tabs in config file
This commit is contained in:
@@ -203,9 +203,17 @@ if (!defined('DEFAULT_TAB')) define('DEFAULT_TAB','casenotes');
|
||||
if (!defined('DEFAULT_TAB_APPOINTMENT')) define('DEFAULT_TAB_APPOINTMENT','casenotes');
|
||||
|
||||
/**
|
||||
* Show the contact details tab?
|
||||
* Show tabs?
|
||||
*/
|
||||
if (!defined('CONTACT_DETAILS_TAB')) define('CONTACT_DETAILS_TAB', false);
|
||||
if (!defined('TAB_CONTACTDETAILS')) define('TAB_CONTACTDETAILS', false);
|
||||
if (!defined('TAB_CASENOTES')) define('TAB_CASENOTES', true);
|
||||
if (!defined('TAB_CALLLIST')) define('TAB_CALLLIST', true);
|
||||
if (!defined('TAB_SHIFTS')) define('TAB_SHIFTS', true);
|
||||
if (!defined('TAB_APPOINTMENTLIST')) define('TAB_APPOINTMENTLIST', true);
|
||||
if (!defined('TAB_PERFORMANCE')) define('TAB_PERFORMANCE', true);
|
||||
if (!defined('TAB_CALLHISTORY')) define('TAB_CALLHISTORY', true);
|
||||
if (!defined('TAB_PROJECTINFO')) define('TAB_PROJECTINFO', true);
|
||||
if (!defined('TAB_INFO')) define('TAB_INFO', true);
|
||||
|
||||
/**
|
||||
* Enable a header expander for the main page to shrink/expand when not in use?
|
||||
|
||||
Reference in New Issue
Block a user