diff --git a/src/Checkin.php b/src/Checkin.php index fb74485b31..862f51a131 100644 --- a/src/Checkin.php +++ b/src/Checkin.php @@ -109,7 +109,7 @@ -

+

:

@@ -130,12 +130,12 @@ - Child's Number + - Adult Number(Optional) + diff --git a/src/EventEditor.php b/src/EventEditor.php index ec3f1bfa1e..108f6b3fe2 100644 --- a/src/EventEditor.php +++ b/src/EventEditor.php @@ -485,7 +485,7 @@ -   +   diff --git a/src/RestoreDatabase.php b/src/RestoreDatabase.php index e8e4b0390e..327664a19a 100644 --- a/src/RestoreDatabase.php +++ b/src/RestoreDatabase.php @@ -53,7 +53,7 @@ $('#restoredatabase').submit(function (event) { event.preventDefault(); $("#restorestatus").css("color", "orange"); - $("#restorestatus").html("Restore Running, Please wait."); + $("#restorestatus").html(); var formData = new FormData($(this)[0]); $.ajax({ url: window.CRM.root + '/api/database/restore',