Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
58:e5ab14ef6ea6
Parent:
56:f6e814fe0159
Child:
59:309e78f243dd
diff -r 8fa31ff4e773 -r e5ab14ef6ea6 fault/http-fault-html.c
--- a/fault/http-fault-html.c	Thu Mar 07 13:40:12 2019 +0000
+++ b/fault/http-fault-html.c	Fri Mar 08 16:07:56 2019 +0000
@@ -23,11 +23,11 @@
         FaultZoneToString(FaultZoneGet(), sizeof(text), text);
         PageAddLabelledValue("Fault zone", 17, text);
         PageAddLabelledInt("After point", 17, FaultPointGet());
-        PageAddCheckInput("/fault", "Clear fault", 0, "faultclear", "clear");
+        PageAddInputButton(0, "Clear fault", "clear", "/fault", "faultclear");
     }
     else
     {
-        PageAddCheckInput("/fault", "Test fault", 0, "faulttest", "test");
+        PageAddInputButton(0, "Test fault",  "test",  "/fault", "faulttest");
     }
     
     PageAddEnd();