accessibility amends for lpa reps
This commit is contained in:
+17
-13
@@ -110,9 +110,9 @@ let S78_Questionnaire = (props) => {
|
||||
className="govuk-fieldset"
|
||||
aria-describedby="commentBox-hint"
|
||||
>
|
||||
<h3 className="govuk-heading-s ">
|
||||
<h2 className="govuk-heading-s ">
|
||||
{t("myrepresentations:s78-section-heading-one")}{" "}
|
||||
</h3>
|
||||
</h2>
|
||||
<div className="govuk-form-group">
|
||||
<div className="govuk-label">
|
||||
1. {t("myrepresentations:s78-section-question-1")}{" "}
|
||||
@@ -150,6 +150,7 @@ let S78_Questionnaire = (props) => {
|
||||
|
||||
<div className="govuk-form-group">
|
||||
<Field
|
||||
datafieldname="procedureType"
|
||||
label={
|
||||
"5. " +
|
||||
t("myrepresentations:s78-section-question-5")
|
||||
@@ -308,19 +309,20 @@ let S78_Questionnaire = (props) => {
|
||||
className="govuk-fieldset govuk-!-margin-top-9"
|
||||
aria-describedby="commentBox-hint"
|
||||
>
|
||||
<h3 className="govuk-heading-s ">
|
||||
<h2 className="govuk-heading-s ">
|
||||
{" "}
|
||||
{t("myrepresentations:s78-section-heading-two")}{" "}
|
||||
</h3>
|
||||
</h2>
|
||||
<div className="govuk-form-group">
|
||||
<Field
|
||||
label={
|
||||
"11. " +
|
||||
t("myrepresentations:s78-section-question-11")
|
||||
}
|
||||
name="LPAcaseFileAndReps"
|
||||
id="LPAcaseFileAndReps"
|
||||
name={"LPAcaseFileAndReps"}
|
||||
id={"LPAcaseFileAndReps"}
|
||||
component={RenderMultiline}
|
||||
datafieldname={"LPAcaseFileAndReps"}
|
||||
type="text"
|
||||
rows="5"
|
||||
className="govuk-textarea govuk-input--width-30"
|
||||
@@ -339,6 +341,7 @@ let S78_Questionnaire = (props) => {
|
||||
}
|
||||
name="LPAldpAndMap"
|
||||
id="LPAldpAndMap"
|
||||
datafieldname="LPAldpAndMap"
|
||||
component={RenderMultiline}
|
||||
type="text"
|
||||
rows="5"
|
||||
@@ -358,6 +361,7 @@ let S78_Questionnaire = (props) => {
|
||||
}
|
||||
name="LPAlocalGuidance"
|
||||
id="LPAlocalGuidance"
|
||||
datafieldname="LPAlocalGuidance"
|
||||
component={RenderMultiline}
|
||||
type="text"
|
||||
rows="5"
|
||||
@@ -394,9 +398,9 @@ let S78_Questionnaire = (props) => {
|
||||
className="govuk-fieldset govuk-!-margin-top-9"
|
||||
aria-describedby="commentBox-hint"
|
||||
>
|
||||
<h3 className="govuk-heading-s ">
|
||||
<h2 className="govuk-heading-s ">
|
||||
{t("myrepresentations:s78-section-heading-three")}
|
||||
</h3>
|
||||
</h2>
|
||||
<Field
|
||||
label={
|
||||
"15. " +
|
||||
@@ -615,9 +619,9 @@ let S78_Questionnaire = (props) => {
|
||||
className="govuk-fieldset govuk-!-margin-top-9"
|
||||
aria-describedby="commentBox-hint"
|
||||
>
|
||||
<h3 className="govuk-heading-s ">
|
||||
<h2 className="govuk-heading-s ">
|
||||
{t("myrepresentations:s78-section-heading-four")}
|
||||
</h3>
|
||||
</h2>
|
||||
<div className="govuk-form-group govuk-body-m">
|
||||
{"24. " +
|
||||
t("myrepresentations:s78-section-question-24")}
|
||||
@@ -736,9 +740,9 @@ let S78_Questionnaire = (props) => {
|
||||
className="govuk-fieldset govuk-!-margin-top-9"
|
||||
aria-describedby="commentBox-hint"
|
||||
>
|
||||
<h3 className="govuk-heading-s ">
|
||||
<h2 className="govuk-heading-s ">
|
||||
{t("myrepresentations:s78-section-heading-five")}
|
||||
</h3>
|
||||
</h2>
|
||||
|
||||
<div className="govuk-form-group">
|
||||
<Field
|
||||
@@ -958,7 +962,7 @@ let S78_Questionnaire = (props) => {
|
||||
className="govuk-fieldset govuk-!-margin-top-9"
|
||||
aria-describedby="commentBox-hint"
|
||||
>
|
||||
<h3 className="govuk-heading-s ">Declaration</h3>
|
||||
<h2 className="govuk-heading-s ">Declaration</h2>
|
||||
<div className="govuk-form-group">
|
||||
<Field
|
||||
className="govuk-input govuk-!-width-one-half"
|
||||
|
||||
Reference in New Issue
Block a user