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

Comparing projects/cms/source/reports/php/alerts/alerts.php (file contents):
Revision 1.32 by pjm2, Thu Mar 22 19:17:30 2001 UTC vs.
Revision 1.33 by tdb, Wed Feb 13 16:28:27 2002 UTC

# Line 65 | Line 65 | function printAlert($machine, $alert, $small="") {
65                <font size="$fontsize" color="$alertColour"><b>$alertLevel</b></font>
66               </td>
67               <td>
68 <              <font size="$fontsize">$attributeName</font>
68 >              <font size="$fontsize">$attributeName (c:$value t:$thresholdValue)</font>
69               </td>
70               <td>
71                &nbsp;
# Line 236 | Line 236 | EOT;
236                 foreach ($machine_array as $machine) {
237                     printReports($machine, $small);
238                 }
239 +           }
240 +           else {
241 +               print "<font size='$fontsize'><b>There are currently no alerts</b></font>";
242             }
243         }
244         else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines