2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added DEFAULT_TAB and DEFAULT_TAB_APPOINTMNT to config files to define default tab to see on case screen

This commit is contained in:
azammitdcarf
2011-01-26 23:49:57 +00:00
parent 2ddc4b811e
commit f2e9f1c8d4
2 changed files with 36 additions and 10 deletions

View File

@@ -192,6 +192,16 @@ if (!defined('AUTO_COMPLETE_OUTCOME')) define('AUTO_COMPLETE_OUTCOME',false);
*/
if (!defined('AUTO_LOGOUT_MINUTES')) define('AUTO_LOGOUT_MINUTES',false);
/**
* The default tab to start on on the main screen
*/
if (!defined('DEFAULT_TAB')) define('DEFAULT_TAB','casenotes');
/**
* The default tab to start on for appointments
*/
if (!defined('DEFAULT_TAB_APPOINTMENT')) define('DEFAULT_TAB_APPOINTMENT','casenotes');
/**
* Database configuration for queXS
*/