Index: trunk/ippMonitor/raw/czartool_labels.php
===================================================================
--- trunk/ippMonitor/raw/czartool_labels.php	(revision 28818)
+++ trunk/ippMonitor/raw/czartool_labels.php	(revision 28820)
@@ -108,5 +108,5 @@
 
     echo "<td> \n";
-      $today = date("Y-m-d");                         // 03.10.01
+      $today = date("Y-m-d");
       showSummitData($gpc1db, $today);
     echo "</td>\n";
@@ -220,5 +220,5 @@
         if ($stage == $selectedRevertStage) $reverting = $currentRevertMode;
         else $reverting = getRevertStatus($db, $stage);
-        $link = "czartool_labels.php?pass=" . $pass . "&proj=" . $proj . "&revertserver=" . $server . "&revertstage=" . $stage . "&revertmode=";
+        $link = "czartool_labels.php?pass=" . $pass . "&proj=" . $proj . "&label=" . $selectedLabel . "&stage=" . $selectedStage . "&revertserver=" . $server . "&revertstage=" . $stage . "&revertmode=";
         if(!$reverting) {$label =  "Start";$link = $link . "on";}
         if($reverting) {$label = "Stop";$link = $link . "off";}
