Update liveSearch selector in set email|letter

Changes the selector the live search in the set
email and letter branding pages in service
settings and organisation settings. The current
one targeted the old radios HTML whereas this
version targets the same for the GOVUK Frontend
radios.
This commit is contained in:
Tom Byers
2020-12-15 11:40:49 +00:00
parent 88e85ea01c
commit ea98681b24
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-full">
{{ live_search(
target_selector='.multiple-choice',
target_selector='.govuk-radios__item',
show=True,
form=search_form,
label='Search branding styles by name',

View File

@@ -24,7 +24,7 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-full">
{{ live_search(
target_selector='.multiple-choice',
target_selector='.govuk-radios__item',
show=True,
form=search_form,
label='Search by name',

View File

@@ -24,7 +24,7 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-full">
{{ live_search(
target_selector='.multiple-choice',
target_selector='.govuk-radios__item',
show=True,
form=search_form,
label='Search branding styles by name',

View File

@@ -24,7 +24,7 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-full">
{{ live_search(
target_selector='.multiple-choice',
target_selector='.govuk-radios__item',
show=True,
form=search_form,
label='Search by name',