From ba304581103267063ee5bb2e4c660ef9e054a296 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E2=80=9CByWater?= <“staff@bywatersolutions.com”> Date: Fri, 13 Mar 2015 09:53:40 -0400 Subject: [PATCH] Bug 13832 - Missing table header IDs on record holdings table in OPAC MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit All but two of the table headers in the item holdings table in the opac have identifiers. The remaining two should be added so they can be modified easily with CSS. Test Plan: 1) Apply this patch 2) View the holdings table for a record 3) Note the new id field for the item holds column 4) Note the new id field for the hold prioirty column ( if enabled ) Followed test plan. Patch behaves as expected. Signed-off-by: Marc Véron Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 0e8927a5fa676bf105f3a2ee3fab05bfb4be65a3) Signed-off-by: Chris Cormack --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt index 71b022b39f..cef795ddef 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -1168,9 +1168,9 @@ Date due [% IF ( OPACShowBarcode ) %]Barcode[% END %] [% IF holds_count.defined %] - Item holds + Item holds [% ELSIF show_priority %] - Item hold queue priority + Item hold queue priority [% END %] [% IF ( ShowCourseReservesHeader ) %]Course reserves[% END %] -- 2.20.1