From 409a724bd440e8b7600cd80e1ca5a6b6945fb697 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 10 Apr 2023 16:08:32 +0000 Subject: [PATCH] Bug 29311: (follow-up) Add id to span elements The input fields in the form have ids, these are useful for styling, but also for the Selenium tests. This patch adds the ids from the former inputs to the now spans. Signed-off-by: Jonathan Druart (cherry picked from commit 2fc06098d2133bfc7c46701e0e90fc384bbb1342) Signed-off-by: Jacob O'Mara (cherry picked from commit f88186b34511ee21d50dc4727cf217f2bb85e0a1) Signed-off-by: Lucas Gass (cherry picked from commit d453bb9c5d21814054f0c19db86893b91d11fdf5) Signed-off-by: Arthur Suzuki --- .../bootstrap/en/modules/opac-suggestions.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt index 881fb802a3..d081303dfc 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -80,7 +80,7 @@
  • [% IF biblionumber %] - [% title | html %] + [% title | html %] [% ELSIF ( title_required ) %] @@ -94,7 +94,7 @@
  • [% IF biblionumber %] - [% author | html %] + [% author | html %] [% ELSIF ( author_required ) %] @@ -123,7 +123,7 @@
  • [% IF biblionumber %] - [% isbn | html %] + [% isbn | html %] [% ELSIF ( isbn_required ) %] @@ -138,7 +138,7 @@
  • [% IF biblionumber %] - [% publishercode | html %] + [% publishercode | html %] [% ELSIF ( publishercode_required ) %] @@ -153,7 +153,7 @@
  • [% IF biblionumber %] - [% collectiontitle | html %] + [% collectiontitle | html %] [% ELSIF ( collectiontitle_required ) %] @@ -168,7 +168,7 @@
  • [% IF biblionumber %] - [% place | html %] + [% place | html %] [% ELSIF ( place_required ) %] -- 2.39.5