update with language resources
This commit is contained in:
@@ -13,12 +13,12 @@ export default function SearchForCase() {
|
||||
<div class="govuk-body-m ">
|
||||
<legend class="govuk-fieldset__legend govuk-fieldset__legend--l">
|
||||
<h1 class="govuk-fieldset__heading govuk-heading-m">
|
||||
Search for a case
|
||||
{t("search:search-title-label")}
|
||||
</h1>
|
||||
</legend>
|
||||
<div class="govuk-form-group">
|
||||
<label class="govuk-label" for="address-county">
|
||||
Case Reference (last 7 digits)
|
||||
{t("search:casereference-label")}
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input govuk-!-width-two-thirds"
|
||||
@@ -29,14 +29,13 @@ export default function SearchForCase() {
|
||||
</div>
|
||||
<fieldset class="govuk-fieldset">
|
||||
<legend class="govuk-fieldset__legend govuk-fieldset__legend--l">
|
||||
<h3 class="govuk-heading-m">Site Location</h3>
|
||||
<h3 class="govuk-heading-m">
|
||||
{t("search:sitelocation-legend")}
|
||||
</h3>
|
||||
</legend>
|
||||
<div class="govuk-form-group">
|
||||
<label class="govuk-label" for="address-line-1">
|
||||
First Line of Address{" "}
|
||||
<span class="govuk-visually-hidden">
|
||||
line 1 of 2
|
||||
</span>
|
||||
{t("search:address-line-one-label")}
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input"
|
||||
@@ -49,7 +48,7 @@ export default function SearchForCase() {
|
||||
|
||||
<div class="govuk-form-group">
|
||||
<label class="govuk-label" for="address-town">
|
||||
Town/City (nearest)
|
||||
{t("search:town-label")}
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input govuk-!-width-two-thirds"
|
||||
@@ -62,7 +61,7 @@ export default function SearchForCase() {
|
||||
|
||||
<div class="govuk-form-group">
|
||||
<label class="govuk-label" for="address-county">
|
||||
County
|
||||
{t("search:county-label")}
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input govuk-!-width-two-thirds"
|
||||
@@ -74,7 +73,7 @@ export default function SearchForCase() {
|
||||
|
||||
<div class="govuk-form-group">
|
||||
<label class="govuk-label" for="address-postcode">
|
||||
Postcode
|
||||
{t("search:postcode-label")}
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input govuk-input--width-10"
|
||||
@@ -87,7 +86,7 @@ export default function SearchForCase() {
|
||||
</fieldset>
|
||||
<div class="govuk-form-group">
|
||||
<label class="govuk-label" for="address-postcode">
|
||||
Local Planning Authority
|
||||
{t("search:lpa-label")}{" "}
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input govuk-input--width-10"
|
||||
@@ -99,7 +98,7 @@ export default function SearchForCase() {
|
||||
</div>
|
||||
<div class="govuk-form-group">
|
||||
<label class="govuk-label" for="address-postcode">
|
||||
LPA Reference Number
|
||||
{t("search:lpa-reference-label")}{" "}
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input govuk-input--width-10"
|
||||
@@ -111,42 +110,44 @@ export default function SearchForCase() {
|
||||
</div>
|
||||
<div class="govuk-form-group">
|
||||
<label class="govuk-label" for="sort">
|
||||
Case Type
|
||||
{t("search:case-type-label")}{" "}
|
||||
</label>
|
||||
<select class="govuk-select" id="sort" name="sort">
|
||||
<option value="">-- Select --</option>
|
||||
<option value="Any/All">Any/All</option>
|
||||
<option value="">
|
||||
{t("search:case-type-option-1")}
|
||||
</option>
|
||||
<option value="Any/All">
|
||||
{t("search:case-type-option-2")}
|
||||
</option>
|
||||
<option value="Advertisement Appeals">
|
||||
Advertisement Appeals
|
||||
{t("search:case-type-option-3")}
|
||||
</option>
|
||||
<option value="Called in Planning Applications">
|
||||
Called in Planning Applications
|
||||
{t("search:case-type-option-4")}
|
||||
</option>
|
||||
<option value="Discontinuance Notice Appeals">
|
||||
Discontinuance Notice Appeals
|
||||
{t("search:case-type-option-5")}
|
||||
</option>
|
||||
<option value="Enforcement Listed Building and Conservation Area Appeals">
|
||||
Enforcement Listed Building and Conservation
|
||||
Area Appeals
|
||||
{t("search:case-type-option-6")}
|
||||
</option>
|
||||
<option value="Enforcement Appeals">
|
||||
Enforcement Appeals
|
||||
{t("search:case-type-option-7")}
|
||||
</option>
|
||||
<option value="Householder Appeals">
|
||||
Householder Appeals
|
||||
{t("search:case-type-option-8")}
|
||||
</option>
|
||||
<option value="Lawful Development Certificate Appeals">
|
||||
Lawful Development Certificate Appeals
|
||||
{t("search:case-type-option-9")}
|
||||
</option>
|
||||
<option value="Planning Appeals">
|
||||
Planning Appeals
|
||||
{t("search:case-type-option-10")}
|
||||
</option>
|
||||
<option value="Planning Obligation Appeals">
|
||||
Planning Obligation Appeals
|
||||
{t("search:case-type-option-11")}
|
||||
</option>
|
||||
<option value="Planning Listed Building and Conservation Area Appeals">
|
||||
Planning Listed Building and Conservation Area
|
||||
Appeals
|
||||
{t("search:case-type-option-12")}
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user