mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added HEADER_EXPANDER_MANUAL config directive to allow for manual expanding/contracting (via clickable image) of the header area
Images from OpenIconLibrary: http://openiconlibrary.sourceforge.net/gallery2/?./Icons/actions
This commit is contained in:
@@ -220,6 +220,11 @@ if (!defined('TAB_INFO')) define('TAB_INFO', true);
|
||||
*/
|
||||
if (!defined('HEADER_EXPANDER')) define('HEADER_EXPANDER', false);
|
||||
|
||||
/**
|
||||
* Enable a header expander for the main page to shrink/expand when clicking on an arrow?
|
||||
*/
|
||||
if (!defined('HEADER_EXPANDER_MANUAL')) define('HEADER_EXPANDER_MANUAL', false);
|
||||
|
||||
/**
|
||||
* Define how many minutes between each system sort (defaults to 5 as this is a common interval for appointments)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user