From 236c273df5fb3c71191fbb0ba6f66ee8b79a5216 Mon Sep 17 00:00:00 2001 From: Bethany Seeger Date: Fri, 10 May 2024 16:56:49 -0400 Subject: [PATCH] Adjust code to start to use required fields logic that ffb added. --- src/main/resources/messages.properties | 2 +- .../templates/fragments/inputs/duedate.html | 82 ------------------- .../templates/fragments/inputs/fulldate.html | 81 ------------------ .../inputs/householdCheckboxFieldset.html | 19 ----- .../templates/fragments/inputs/text.html | 31 ------- .../mdBenefitsFlow/selectHelpNeeded.html | 1 - 6 files changed, 1 insertion(+), 215 deletions(-) delete mode 100644 src/main/resources/templates/fragments/inputs/duedate.html delete mode 100644 src/main/resources/templates/fragments/inputs/fulldate.html delete mode 100644 src/main/resources/templates/fragments/inputs/householdCheckboxFieldset.html delete mode 100644 src/main/resources/templates/fragments/inputs/text.html diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties index 467037e2..0b5dd846 100644 --- a/src/main/resources/messages.properties +++ b/src/main/resources/messages.properties @@ -171,7 +171,7 @@ select-app.authorized-rep=I am an authorized representative applying for someone select-app.other=None of these are true for me help-needed.title=Select help help-needed.header=What kind of help would you like? -help-needed.subheader=This helps us show you which benefits programs exist for your needs. +help-needed.subheader=This helps us show you which benefits programs exist for your needs.

Check all that apply. help-needed.food=Help with food help-needed.children=Help with money for children help-needed.utilities=Help with utilities diff --git a/src/main/resources/templates/fragments/inputs/duedate.html b/src/main/resources/templates/fragments/inputs/duedate.html deleted file mode 100644 index 44e72182..00000000 --- a/src/main/resources/templates/fragments/inputs/duedate.html +++ /dev/null @@ -1,82 +0,0 @@ - -
-
- -

- - - - -

- - - / - - / - -
- - - - -
-
\ No newline at end of file diff --git a/src/main/resources/templates/fragments/inputs/fulldate.html b/src/main/resources/templates/fragments/inputs/fulldate.html deleted file mode 100644 index e6af3439..00000000 --- a/src/main/resources/templates/fragments/inputs/fulldate.html +++ /dev/null @@ -1,81 +0,0 @@ - -
-
-
- - -
-
diff --git a/src/main/resources/templates/fragments/inputs/householdCheckboxFieldset.html b/src/main/resources/templates/fragments/inputs/householdCheckboxFieldset.html deleted file mode 100644 index 13fd6a7c..00000000 --- a/src/main/resources/templates/fragments/inputs/householdCheckboxFieldset.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -

- - - - - - - - - -
diff --git a/src/main/resources/templates/fragments/inputs/text.html b/src/main/resources/templates/fragments/inputs/text.html deleted file mode 100644 index 158d8128..00000000 --- a/src/main/resources/templates/fragments/inputs/text.html +++ /dev/null @@ -1,31 +0,0 @@ - -
-
-
\ No newline at end of file diff --git a/src/main/resources/templates/mdBenefitsFlow/selectHelpNeeded.html b/src/main/resources/templates/mdBenefitsFlow/selectHelpNeeded.html index 46d31d18..c15dca24 100644 --- a/src/main/resources/templates/mdBenefitsFlow/selectHelpNeeded.html +++ b/src/main/resources/templates/mdBenefitsFlow/selectHelpNeeded.html @@ -18,7 +18,6 @@