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.6 by pjm2, Thu Mar 15 16:32:04 2001 UTC vs.
Revision 1.9 by pjm2, Thu Mar 15 17:27:34 2001 UTC

# Line 9 | Line 9 | $thisPage = "alerts.php";
9   $titleHTML = "title.inc";
10   $bottomHTML = "bottom.inc";
11  
12 < $alertLevels = Array (
12 > $alertLevelNames = Array (
13                          "Okay",
14                          "Notice",
15                          "Warning",
16                          "Caution",
17                          "Critical"
18                       );
19 <
19 >                    
20 > $alertLevelColours = Array (
21 >                        "#00ff00",
22 >                        "#990000",
23 >                        "#ff6666",
24 >                        "#ff6600",
25 >                        "#ff0000"
26 >                     );
27   ?>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines