]> 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:09:06 +0000 (15:09 -0400)
commit699b3599872761a96d535abaaf57801bd4fd4fd4
treef691efa597db05c54ec368f33263e869ec7379f5
parentf1660fdd20da283a44fe4e2f94c8e7a372bc5c64
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