Colored Alerts
Brought to you by:
nerveup
Has the colored alerts function been taken out? In
the past the code was located in the base_conf.php
file. Should I be looking somewhere else? When I
add the code from 1.2.6 back in manually it seems to
work, but I'm not sure if this will cause a problem
that I may not be aware of.
/**
* This option is used to set if BASE will use
colored results
* based on the priority of alerts
* 0 : no
* 1 : yes
*/
$colored_alerts = 1;
// Red, yellow, orange, gray, white, blue
$priority_colors = array
('FF6666','FFFF00','FF9900','999999','FFFFFF','006600'
)
;
Thanks for looking and thanks for developing a great
tool.