misc accessibility fixes
This commit is contained in:
@@ -73,7 +73,6 @@ const DocumentDetails = (props) => {
|
|||||||
className="govuk-select"
|
className="govuk-select"
|
||||||
id="showDocumentType"
|
id="showDocumentType"
|
||||||
name="showDocumentType"
|
name="showDocumentType"
|
||||||
datafield="showDocumentType"
|
|
||||||
>
|
>
|
||||||
<option value="all">
|
<option value="all">
|
||||||
{router.locale == "cy"
|
{router.locale == "cy"
|
||||||
|
|||||||
@@ -122,6 +122,7 @@ export const RenderRadioListWithText = ({
|
|||||||
...custom
|
...custom
|
||||||
}) => {
|
}) => {
|
||||||
const required = (value) => (value ? undefined : "Required");
|
const required = (value) => (value ? undefined : "Required");
|
||||||
|
const router = useRouter();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
@@ -197,8 +198,9 @@ export const RenderRadioListWithText = ({
|
|||||||
"_Comments"
|
"_Comments"
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
Please give further details for
|
{router.locale == "en"
|
||||||
your this selection
|
? "Please give further details for this selection"
|
||||||
|
: "Rhowch fanylion pellach am y dewis hwn"}
|
||||||
</label>
|
</label>
|
||||||
<Field
|
<Field
|
||||||
name={
|
name={
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ let CreateCase = (props) => {
|
|||||||
{...input}
|
{...input}
|
||||||
className="govuk-select govuk-input--error"
|
className="govuk-select govuk-input--error"
|
||||||
id="lpatypes"
|
id="lpatypes"
|
||||||
name={name}
|
name="lpatypes"
|
||||||
//onChange={(e) => props.onChangeSelectLPA(e)}
|
//onChange={(e) => props.onChangeSelectLPA(e)}
|
||||||
>
|
>
|
||||||
<option value="" disabled defaultValue>
|
<option value="" disabled defaultValue>
|
||||||
|
|||||||
@@ -11,10 +11,7 @@ import ReactPDF, {
|
|||||||
import { createElement } from "react";
|
import { createElement } from "react";
|
||||||
import Html from "react-pdf-html";
|
import Html from "react-pdf-html";
|
||||||
import { getFormCollectionByID } from "../../components/utils";
|
import { getFormCollectionByID } from "../../components/utils";
|
||||||
import useTranslation from "next-translate/useTranslation";
|
|
||||||
|
|
||||||
import renderers, { renderBlock } from "react-pdf-html/dist/renderers";
|
import renderers, { renderBlock } from "react-pdf-html/dist/renderers";
|
||||||
|
|
||||||
import transLookupCY from "../../locales/cy/myrepresentations.json";
|
import transLookupCY from "../../locales/cy/myrepresentations.json";
|
||||||
import transLookupEN from "../../locales/en/myrepresentations.json";
|
import transLookupEN from "../../locales/en/myrepresentations.json";
|
||||||
import { JSONPath as jsonpath } from "jsonpath-plus";
|
import { JSONPath as jsonpath } from "jsonpath-plus";
|
||||||
@@ -118,7 +115,7 @@ export const statement_pdf = ({ docProps }) => {
|
|||||||
let datestr = values.pinswg_name.split("-");
|
let datestr = values.pinswg_name.split("-");
|
||||||
let signedDate = datestr[2] + "/" + datestr[1] + "/" + datestr[0];
|
let signedDate = datestr[2] + "/" + datestr[1] + "/" + datestr[0];
|
||||||
let appealTypeValue = getFormCollectionByID(values.appealType);
|
let appealTypeValue = getFormCollectionByID(values.appealType);
|
||||||
let { t } = useTranslation();
|
|
||||||
return (
|
return (
|
||||||
<Document>
|
<Document>
|
||||||
<Page size="A4" style={styles.page} wrap>
|
<Page size="A4" style={styles.page} wrap>
|
||||||
|
|||||||
@@ -308,9 +308,8 @@ const DNSSearchResults = (props) => {
|
|||||||
{t("search:searchresults-status-label")}
|
{t("search:searchresults-status-label")}
|
||||||
</button>
|
</button>
|
||||||
</dd>
|
</dd>
|
||||||
{myportal == true && (
|
|
||||||
<dd className="govuk-summary-list__key govuk-!-font-size-16 govuk-summary-list__action"></dd>
|
<dd className="govuk-summary-list__key govuk-!-font-size-16 govuk-summary-list__action"></dd>
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{showSpinnerState == true ? (
|
{showSpinnerState == true ? (
|
||||||
|
|||||||
@@ -254,9 +254,8 @@ const SearchResults = (props) => {
|
|||||||
{t("search:searchresults-status-label")}
|
{t("search:searchresults-status-label")}
|
||||||
</button>
|
</button>
|
||||||
</dd>
|
</dd>
|
||||||
{myportal == true && (
|
|
||||||
<dd className="govuk-summary-list__key govuk-!-font-size-16 govuk-summary-list__action"></dd>
|
<dd className="govuk-summary-list__key govuk-!-font-size-16 govuk-summary-list__action"></dd>
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
{showSpinnerState == true ? (
|
{showSpinnerState == true ? (
|
||||||
<div className="govuk-summary-list__row">
|
<div className="govuk-summary-list__row">
|
||||||
@@ -560,7 +559,7 @@ const SearchResults = (props) => {
|
|||||||
"case:watch-this-case-link"
|
"case:watch-this-case-link"
|
||||||
)}
|
)}
|
||||||
</span>
|
</span>
|
||||||
<span
|
<button
|
||||||
className="govuk-summary-list__actionLink watchLink"
|
className="govuk-summary-list__actionLink watchLink"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
confirm(
|
confirm(
|
||||||
@@ -589,7 +588,7 @@ const SearchResults = (props) => {
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<span className="eye"></span>
|
<span className="eye"></span>
|
||||||
</span>
|
</button>
|
||||||
</dd>
|
</dd>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"questionnaire-publish-policy-label": "Sylwch y gall holl ddogfennau holiadur gael eu cyhoeddi yn unol â'n Polisi Cyhoeddi. Os bydd eich holiadur yn cynnwys unrhyw wybodaeth sensitif neu wybodaeth a allai fod yn ddifenwol, efallai y caiff ei olygu cyn ei gyhoeddi",
|
"questionnaire-publish-policy-label": "Sylwch y gall holl ddogfennau holiadur gael eu cyhoeddi yn unol â'n Polisi Cyhoeddi. Os bydd eich holiadur yn cynnwys unrhyw wybodaeth sensitif neu wybodaeth a allai fod yn ddifenwol, efallai y caiff ei olygu cyn ei gyhoeddi",
|
||||||
"add-files-label": "Ychwanegwch eich ffeiliau",
|
"add-files-label": "Ychwanegwch eich ffeiliau",
|
||||||
"capacity-para-one": "Mae'r ffurflen hon yn eich galluogi i gyflwyno sylwadau ar achos i Benderfyniadau Cynllunio ac Amgylchedd Cymru.",
|
"capacity-para-one": "Mae'r ffurflen hon yn eich galluogi i gyflwyno sylwadau ar achos i Benderfyniadau Cynllunio ac Amgylchedd Cymru.",
|
||||||
"capacity-para-two": "Sylwch fod angen gwneud sylwadau gan bartïon â diddordeb o fewn yr amserlen. Mae hwn i'w weld ar y ‘Crynodeb Achos‘ tudalen. Gall sylwadau a gyflwynir ar ôl y dyddiad hwn gael eu hystyried yn annilys.",
|
"capacity-para-two": "Sylwch fod angen gwneud sylwadau gan bartïon â diddordeb o fewn yr amserlen. Mae hwn i'w weld ar y \"Crynodeb Achos\" tudalen. Gall sylwadau a gyflwynir ar ôl y dyddiad hwn gael eu hystyried yn annilys.",
|
||||||
"capacity-select-your-details": "Eich manylion",
|
"capacity-select-your-details": "Eich manylion",
|
||||||
"capacity-select-what-capacity-label": "Ym mha rinwedd ydych chi am gyflwyno sylwadau ar yr achos hwn?",
|
"capacity-select-what-capacity-label": "Ym mha rinwedd ydych chi am gyflwyno sylwadau ar yr achos hwn?",
|
||||||
"capacity-options-arr-appellant": "Apelydd",
|
"capacity-options-arr-appellant": "Apelydd",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"questionnaire-publish-policy-label": "Please note that all questionnaire documents may be published in line with our Publishing Policy. Should your questionnaire include any sensitive information or potentially defamatory information, it may be redacted before publishing",
|
"questionnaire-publish-policy-label": "Please note that all questionnaire documents may be published in line with our Publishing Policy. Should your questionnaire include any sensitive information or potentially defamatory information, it may be redacted before publishing",
|
||||||
"add-files-label": "Add your files",
|
"add-files-label": "Add your files",
|
||||||
"capacity-para-one": "This form enables you to submit comments on a case to Planning and Environment Decisions Wales.",
|
"capacity-para-one": "This form enables you to submit comments on a case to Planning and Environment Decisions Wales.",
|
||||||
"capacity-para-two": "Please note that comments from interested parties need to be made within the timetable. This can be found on the previous ‘Case Summary‘ page. Comments submitted after this date may be considered invalid.",
|
"capacity-para-two": "Please note that comments from interested parties need to be made within the timetable. This can be found on the previous \"Case Summary\" page. Comments submitted after this date may be considered invalid.",
|
||||||
"capacity-select-your-details": "Your details",
|
"capacity-select-your-details": "Your details",
|
||||||
"capacity-select-what-capacity-label": "In what capacity do you wish to make representations on this case?",
|
"capacity-select-what-capacity-label": "In what capacity do you wish to make representations on this case?",
|
||||||
"capacity-options-arr-appellant": "Appellant",
|
"capacity-options-arr-appellant": "Appellant",
|
||||||
|
|||||||
Reference in New Issue
Block a user