2014-06-11 Sergio Martin <sergio.martin@artica.es>

* include/functions.php: Change incorrect color assigned to
	maintenance events on pdf reports events



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10164 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2014-06-11 12:57:05 +00:00
parent bbf9ee8005
commit 7024545a57
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-06-11 Sergio Martin <sergio.martin@artica.es>
* include/functions.php: Change incorrect color assigned to
maintenance events on pdf reports events
2014-06-11 Alejandro Gallardo <alejandro.gallardo@artica.es>
* godmode/users/configure_user.php: Fixed some input

View File

@ -1136,7 +1136,7 @@ function get_priority_class($priority) {
function get_priority_style($priority_class) {
switch ($priority_class) {
case "datos_blue":
$style_css_criticity = 'background-color: ' . COL_INFORMATIONAL . '; color: #FFFFFF;';
$style_css_criticity = 'background-color: ' . COL_MAINTENANCE . '; color: #FFFFFF;';
break;
case "datos_grey":
$style_css_criticity = 'background-color: ' . COL_UNKNOWN . '; color: #FFFFFF;';