From 53bab2ec5a5eaecdb4265049987fb602098c8c91 Mon Sep 17 00:00:00 2001 From: MFox Date: Tue, 25 Apr 2017 17:20:10 -0400 Subject: [PATCH 1/2] Tidied up the labels --- Wello/www/form.php | 72 +++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/Wello/www/form.php b/Wello/www/form.php index 93c3142..b940766 100644 --- a/Wello/www/form.php +++ b/Wello/www/form.php @@ -245,7 +245,7 @@ if ($result = $mysqli->query($query)) {
@@ -324,12 +324,12 @@ if ($result = $mysqli->query($query)) {
  • - +
  • - + -
  • - - value="" type="radio" name="drive-shoe" value="1"> yes - value="" type="radio" name="drive-shoe" value="0"> no + + value="" type="radio" name="drive-shoe" value="1"> Yes + value="" type="radio" name="drive-shoe" value="0"> No
  • - - type="radio" name="casing-grouting" value="1"> yes - type="radio" name="casing-grouting" value="0"> no + + type="radio" name="casing-grouting" value="1"> Yes + type="radio" name="casing-grouting" value="0"> No
  • @@ -460,12 +460,12 @@ if ($result = $mysqli->query($query)) {
  • - + hours + ?>" type="number" min="1" name="yield-hours" step="any"> Hours
  • @@ -474,11 +474,11 @@ if ($result = $mysqli->query($query)) { //Should add ternary operator for nulls and blanks echo $row['Yield_GPM']; - ?>" type="number" min="1" name="yield-gpm" step="any"> gallons per minute + ?>" type="number" min="1" name="yield-gpm" step="any"> Gallons Per Minute
  • - +