]> 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:00 +0000 (15:09 -0400)
commit74968fa621e4a06431afc5c291e14e7b1659d038
tree5965b092f5e17ae1972351d0eba14af99cb14fae
parent6f3f83cf28884ffbaac20436e8a11430c28670ef
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