From dbf927108fcedbb0df09a92a7d1c6c9f58f0ccbd Mon Sep 17 00:00:00 2001
From: Marco Malavolti <marco.malavolti@gmail.com>
Date: Tue, 17 Nov 2020 17:45:57 +0100
Subject: [PATCH] Small fix to index.php

---
 web/index.php | 38 ++++++++++++++++++--------------------
 1 file changed, 18 insertions(+), 20 deletions(-)

diff --git a/web/index.php b/web/index.php
index 9c2bb1d..b0ffd9c 100644
--- a/web/index.php
+++ b/web/index.php
@@ -41,26 +41,26 @@ $data['status'] = htmlspecialchars($_GET["status"]);
   </head>
   <body>
     <div id="status">
-    <hr>
-    <div class="clearfix">
-       <div class="boxStatus">
-          <strong>Show IdPs with status:</strong>
-          <label id="lbl-error" for="error">ERROR</label>
-          <input id="error" type="checkbox" name="status" value="ERROR"/>
-          <label id="lbl-ok" for="ok">OK</label>
-          <input id="ok" type="checkbox" name="status" value="OK"/>
-          <label id="lbl-disabled" for="disabled">DISABLED</label>
-          <input id="disabled" type="checkbox" name="status" value="DISABLE"/>
-       </div>
-       <div class="boxCalendar">
-          <div id="calendarGo">
-             <button id="goButton" onclick="getPastResults()">Go</button>
-             <label id="lbl-datepicker" for="datepicker" class="strong">Select date:</label>
-             <input type="text" id="datepicker" />
+       <hr>
+       <div class="clearfix">
+          <div class="boxStatus">
+             <strong>Show IdPs with status:</strong>
+             <label id="lbl-error" for="error">ERROR</label>
+             <input id="error" type="checkbox" name="status" value="ERROR"/>
+             <label id="lbl-ok" for="ok">OK</label>
+             <input id="ok" type="checkbox" name="status" value="OK"/>
+             <label id="lbl-disabled" for="disabled">DISABLED</label>
+             <input id="disabled" type="checkbox" name="status" value="DISABLE"/>
+          </div>
+          <div class="boxCalendar">
+             <div id="calendarGo">
+                <button id="goButton" onclick="getPastResults()">Go</button>
+                <label id="lbl-datepicker" for="datepicker" class="strong">Select date:</label>
+                <input type="text" id="datepicker" />
+             </div>
           </div>
        </div>
-    </div>
-    <hr>
+       <hr>
     </div>
     <button id="btn-show-all-children" type="button">Expand All</button>
     <button id="btn-hide-all-children" type="button">Collapse All</button>
@@ -73,8 +73,6 @@ $data['status'] = htmlspecialchars($_GET["status"]);
                 <th>DisplayName</th>
                 <th>EntityID</th>
                 <th>Registration Authority</th>
-                <th>Check Date</th>
-                <th>Status</th>
             </tr>
         </thead>
       </table>
-- 
GitLab