ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/alerts/alerts_config.inc.php
(Generate patch)

Comparing projects/cms/source/reports/php/alerts/alerts_config.inc.php (file contents):
Revision 1.11 by pjm2, Sat Mar 17 17:34:40 2001 UTC vs.
Revision 1.12 by pjm2, Wed Mar 21 16:46:09 2001 UTC

# Line 14 | Line 14 | $alertLevelNames = Array (
14                          "Notice",
15                          "Warning",
16                          "Caution",
17 <                        "Critical!"
17 >                        "Critical!",
18 >                        "Final Warning"
19                       );
20                      
21   $alertLevelColours = Array (
# Line 22 | Line 23 | $alertLevelColours = Array (
23                          "#990000",
24                          "#ff6666",
25                          "#ff6600",
26 <                        "#ff0000"
26 >                        "#ff0000",
27 >                        "#000099"
28                       );
29   ?>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines