Index: trunk/ippMonitor/raw/czartool_labels.php
===================================================================
--- trunk/ippMonitor/raw/czartool_labels.php	(revision 33060)
+++ trunk/ippMonitor/raw/czartool_labels.php	(revision 33062)
@@ -492,5 +492,5 @@
     createFormattedTableCell(($selectedLabel != "all"), $link, "All labels", 0, null);
 
-    createFormattedTableCell(0, null, "Reverts:", 0, "$columnHeaderColor");
+    createFormattedTableCell(0, null, "Reverting:", 0, "$columnHeaderColor");
 
     foreach ($stages as &$stage) {
@@ -498,18 +498,21 @@
         if ($stage == "burntool") continue;
         $reverting = getRevertStatus($db, $stage);
-        $link = 
-            "czartool_labels.php?pass=".$pass
-            ."&proj=".$proj
-            ."&mode=" .$selectedMode
-            ."&label=".$selectedLabel
-            ."&stage=".$selectedStage
-            ."&plottype=".$plotType
-            ."&revertstage=".$stage
-            ."&revertmode=";
-
-        if(!$reverting) {$label =  "Start";$link = $link . "on";}
-        if($reverting) {$label = "Stop";$link = $link . "off";}
+        #$link = 
+        #    "czartool_labels.php?pass=".$pass
+        #    ."&proj=".$proj
+        #    ."&mode=" .$selectedMode
+        #    ."&label=".$selectedLabel
+        #    ."&stage=".$selectedStage
+        #    ."&plottype=".$plotType
+        #    ."&revertstage=".$stage
+        #    ."&revertmode=";
+#
+        #if(!$reverting) {$label =  "Start";$link = $link . "on";}
+        #if($reverting) {$label = "Stop";$link = $link . "off";}
+        if(!$reverting) {$label =  "no";}
+        if($reverting) {$label = "yes";}
         unset($reverting);
-        createFormattedTableCell(1, $link, $label, 0, "$columnHeaderColor");
+        #createFormattedTableCell(1, $link, $label, 0, "$columnHeaderColor");
+        createFormattedTableCell(0, null, $label, 0, "$columnHeaderColor");
         #echo "<td><a href=\"$link\"><font color=\"blue\">$label</font></td>";
 
