]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1916936-Bootstrap opac: item tags display as separate copies on small screen.
authorGarry Collum <gcollum@gmail.com>
Thu, 25 Feb 2021 21:02:50 +0000 (16:02 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 26 May 2021 19:05:33 +0000 (15:05 -0400)
commit1d83a422e05d58226d0be146679349c4bff2e56f
tree581cd772b4ca5bf65a294b92d6474fe71c2e3eb5
parent37ee16ea420fb648552ceaca30d8840512c074d9
LP1916936-Bootstrap opac: item tags display as separate copies on small screen.

This fixes the display of item tags and item notes in the bootstrap opac.
It also cleans up some <a> tags that had class defined twice.

To test.
1. Add an item tag and an item note to an item.
2. In the bootstrap opac make the screen as small as possible.
   Notice that the display shows the tags and items as copies.
3. Apply the patch and repeat.  The tags and notes should be displayed with the item that they are associated with.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Mary Llewellyn <mllewell@biblio.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2
Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2
Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2