mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added contactdetails tab (like respondent information) and CONTACT_DETAILS_TAB config directive to display it
Added ability to expand/contract the header when not in use with HEADER_EXPANDER config directive and jQuery javascript code
This commit is contained in:
@@ -202,6 +202,16 @@ if (!defined('DEFAULT_TAB')) define('DEFAULT_TAB','casenotes');
|
||||
*/
|
||||
if (!defined('DEFAULT_TAB_APPOINTMENT')) define('DEFAULT_TAB_APPOINTMENT','casenotes');
|
||||
|
||||
/**
|
||||
* Show the contact details tab?
|
||||
*/
|
||||
if (!defined('CONTACT_DETAILS_TAB')) define('CONTACT_DETAILS_TAB', false);
|
||||
|
||||
/**
|
||||
* Enable a header expander for the main page to shrink/expand when not in use?
|
||||
*/
|
||||
if (!defined('HEADER_EXPANDER')) define('HEADER_EXPANDER', false);
|
||||
|
||||
/**
|
||||
* Database configuration for queXS
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user