Move the lost dashboard contansts to the constants.php file.

(cherry picked from commit 12a7e211f24ec8d41bfbddf473f913d8d4095625)

Conflicts:
	pandora_console/include/constants.php
This commit is contained in:
mdtrooper 2016-01-19 09:26:31 +01:00
parent 78b2902585
commit eb0be37d09
1 changed files with 13 additions and 0 deletions

View File

@ -447,4 +447,17 @@ define("CHART_DEFAULT_ALPHA", 50);
/* Statwin */
define("STATWIN_DEFAULT_CHART_WIDTH", 555);
define("STATWIN_DEFAULT_CHART_HEIGHT", 245);
/* Dashboard */
define("DASHBOARD_DEFAULT_COUNT_CELLS", 9);
define("OPTION_TEXT", 1);
define("OPTION_SINGLE_SELECT", 2);
define("OPTION_MULTIPLE_SELECT", 3);
define("OPTION_BOOLEAN", 4);
define("OPTION_TEXTAREA", 5);
define("OPTION_TREE_GROUP_SELECT", 6);
define("OPTION_SINGLE_SELECT_TIME", 7);
define("OPTION_CUSTOM_INPUT", 8);
define("OPTION_AGENT_AUTOCOMPLETE", 9);
?>