From f88186b34511ee21d50dc4727cf217f2bb85e0a1 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 --- .../bootstrap/en/modules/opac-suggestions.tt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 7b1c51e691..71fd3b1b93 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -86,7 +86,7 @@
  • [% IF biblionumber %] - [% title | html %] + [% title | html %] [% ELSIF ( title_required ) %] @@ -100,7 +100,7 @@
  • [% IF biblionumber %] - [% author | html %] + [% author | html %] [% ELSIF ( author_required ) %] @@ -116,7 +116,7 @@
    [% IF biblionumber %] - [% copyrightdate | html %] + [% copyrightdate | html %] [% ELSIF ( copyrightdate_required ) %] @@ -134,7 +134,7 @@
  • [% IF biblionumber %] - [% isbn | html %] + [% isbn | html %] [% ELSIF ( isbn_required ) %] @@ -149,7 +149,7 @@
  • [% IF biblionumber %] - [% publishercode | html %] + [% publishercode | html %] [% ELSIF ( publishercode_required ) %] @@ -164,7 +164,7 @@
  • [% IF biblionumber %] - [% collectiontitle | html %] + [% collectiontitle | html %] [% ELSIF ( collectiontitle_required ) %] @@ -179,7 +179,7 @@
  • [% IF biblionumber %] - [% place | html %] + [% place | html %] [% ELSIF ( place_required ) %] -- 2.39.5