From 9a4632f8dcf04854e4238354d6734d3e0dc752d0 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. --- .../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.30.2