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.12 by pjm2, Wed Mar 21 16:46:09 2001 UTC vs.
Revision 1.14 by tdb, Wed Feb 13 16:28:27 2002 UTC

# Line 10 | Line 10 | $titleHTML = "title.inc.php";
10   $bottomHTML = "bottom.inc";
11  
12   $alertLevelNames = Array (
13 <                        "Now okay",
13 >                        "Now OK",
14                          "Notice",
15                          "Warning",
16                          "Caution",
# Line 20 | Line 20 | $alertLevelNames = Array (
20                      
21   $alertLevelColours = Array (
22                          "#009900",
23 +                        "#9999ff",
24                          "#990000",
25 <                        "#ff6666",
25 <                        "#ff6600",
25 >                        "#ff9900",
26                          "#ff0000",
27                          "#000099"
28                       );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines