lpa rep pdf tweaks
This commit is contained in:
+5
-12
@@ -819,10 +819,9 @@ let Enforcement_Questionnaire = (props) => {
|
||||
errorMsg={t("newappeal:select-an-option-label")}
|
||||
component={RenderLPACondtionalRadioList}
|
||||
validate={[required]}
|
||||
legend={
|
||||
"a) " +
|
||||
t("myrepresentations:enf-section-question-31a")
|
||||
}
|
||||
legend={t(
|
||||
"myrepresentations:enf-section-question-31a"
|
||||
)}
|
||||
conditionalLabel={t(
|
||||
"myrepresentations:enf-section-question-31a-hint"
|
||||
)}
|
||||
@@ -832,10 +831,7 @@ let Enforcement_Questionnaire = (props) => {
|
||||
/>
|
||||
</div>
|
||||
<Field
|
||||
label={
|
||||
"b) " +
|
||||
t("myrepresentations:enf-section-question-31b")
|
||||
}
|
||||
label={t("myrepresentations:enf-section-question-31b")}
|
||||
name="developmentNotTakePlaceBiodiversity"
|
||||
id="developmentNotTakePlaceBiodiversity"
|
||||
component={RenderRadioList}
|
||||
@@ -849,10 +845,7 @@ let Enforcement_Questionnaire = (props) => {
|
||||
aria-describedby={props.name + "-hint"}
|
||||
/>
|
||||
<Field
|
||||
label={
|
||||
"c) " +
|
||||
t("myrepresentations:enf-section-question-31c")
|
||||
}
|
||||
label={t("myrepresentations:enf-section-question-31c")}
|
||||
name="developmentNotTakePlaceBroadband"
|
||||
id="developmentNotTakePlaceBroadband"
|
||||
component={RenderRadioList}
|
||||
|
||||
+6
-16
@@ -628,10 +628,7 @@ let S78_Questionnaire = (props) => {
|
||||
</div>
|
||||
|
||||
<Field
|
||||
label={
|
||||
"a) " +
|
||||
t("myrepresentations:s78-section-question-24a")
|
||||
}
|
||||
label={t("myrepresentations:s78-section-question-24a")}
|
||||
name="developmentNotBeginLaterThanFiveYears"
|
||||
id="developmentNotBeginLaterThanFiveYears"
|
||||
component={RenderRadioList}
|
||||
@@ -659,10 +656,9 @@ let S78_Questionnaire = (props) => {
|
||||
errorMsg={t("newappeal:select-an-option-label")}
|
||||
component={RenderLPACondtionalRadioList}
|
||||
validate={[required]}
|
||||
legend={
|
||||
"b) " +
|
||||
t("myrepresentations:s78-section-question-24b")
|
||||
}
|
||||
legend={t(
|
||||
"myrepresentations:s78-section-question-24b"
|
||||
)}
|
||||
conditionalLabel={t(
|
||||
"myrepresentations:s78-section-question-24b-hint"
|
||||
)}
|
||||
@@ -672,10 +668,7 @@ let S78_Questionnaire = (props) => {
|
||||
/>
|
||||
</div>
|
||||
<Field
|
||||
label={
|
||||
"c) " +
|
||||
t("myrepresentations:s78-section-question-24c")
|
||||
}
|
||||
label={t("myrepresentations:s78-section-question-24c")}
|
||||
name="developmentNotTakePlaceBiodiversity"
|
||||
id="developmentNotTakePlaceBiodiversity"
|
||||
component={RenderRadioList}
|
||||
@@ -690,10 +683,7 @@ let S78_Questionnaire = (props) => {
|
||||
validate={[required]}
|
||||
/>
|
||||
<Field
|
||||
label={
|
||||
"d) " +
|
||||
t("myrepresentations:s78-section-question-24d")
|
||||
}
|
||||
label={t("myrepresentations:s78-section-question-24d")}
|
||||
name="developmentNotTakePlaceBroadband"
|
||||
id="developmentNotTakePlaceBroadband"
|
||||
component={RenderRadioList}
|
||||
|
||||
Reference in New Issue
Block a user