2012-05-03 Miguel de Dios <miguel.dedios@artica.es>

* include/styles/menu.css: fixed bad colour name "#grey" for correct
	colour name "grey".
	
	* include/constants.php: added constants for backup.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2012-05-03 11:29:04 +00:00
parent 648605f2aa
commit beb743815b
3 changed files with 24 additions and 1 deletions

View File

@ -1,3 +1,14 @@
2012-05-03 Miguel de Dios <miguel.dedios@artica.es>
* include/styles/menu.css: fixed bad colour name "#grey" for correct
colour name "grey".
* include/functions_visual_map.php: cleaned source code style.
* include/constants.php: added constants for backup.
MERGED FROM 4.0.2
2012-05-03 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora.css: Removed background color of

View File

@ -67,4 +67,16 @@ define('SEPARATOR_ROW', chr(10)); //chr(10) = '\n'
define('SEPARATOR_COLUMN_CSV', "#");
define('SEPARATOR_ROW_CSV', "@\n");
/* Backup paths */
switch ($config["dbtype"]) {
case "mysql":
case "postgresql":
define ('BACKUP_DIR', 'attachment/backups');
define ('BACKUP_FULLPATH', $config['homedir'] . '/' . BACKUP_DIR);
break;
case "oracle":
define ('BACKUP_DIR', 'DATA_PUMP_DIR');
define ('BACKUP_FULLPATH', 'DATA_PUMP_DIR');
break;
}
?>

View File

@ -44,7 +44,7 @@
}
.menu li.subselected a{
background-color: #grey !important;
background-color: grey !important;
}
.menu a:hover {