Browse Source

Updated missing K35 question

koellenberger 2 years ago
parent
commit
16398ab100
2 changed files with 3 additions and 3 deletions
  1. 2 2
      public/checklist.php
  2. 1 1
      public/index.php

+ 2 - 2
public/checklist.php

@@ -27,7 +27,7 @@
     <h2 style="text-align:right">Step 2/3</h2>
 
     <center>
-      <body onload="document.getElementById('result').innerHTML = 'Welcome ' + localStorage.getItem('author') + '<br><br>The last check has been performed based on:<br>' + localStorage.getItem('lastChecked')">
+      <body onload="document.getElementById('result').innerHTML = 'Welcome ' + localStorage.getItem('author') + '<br><br>The last check has been performed based on:<br><br>' + localStorage.getItem('lastChecked')">
         <h3 id="result"></h3>
       </body>
 
@@ -205,7 +205,7 @@
 
         <tr>
           <td><b>K35 Missing Points</b></td>
-          <td>Are there any missing K35 values?</td>
+          <td>Are there missing K35 values (only mark as bad if there are more than two runs with "K35 Missing Points" > 5)? </td>
           <td><label class="switch"><input type="checkbox"  id="MissingK35_checkbox"><span class="slider round"></span></label></td>
           <td style="text-align:center"><input type="text" placeholder ="Comment" id="MissingK35"></td>
         </tr>

+ 1 - 1
public/index.php

@@ -98,7 +98,7 @@
               {
                   $value=$row[$i];
                   if ($rowCount == 0 && $i == 1){
-                    $lastChecked = "runs ($value); at";
+                    $lastChecked = "runs ($value) <br>";
                   }
                   if($rowCount == 0 && $i == 3){
                     $lastChecked = "$lastChecked $value (UTC)";