Bugzilla – Attachment 37168 Details for
Bug 13832
Missing table header IDs on record holdings table in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Bug 13832 - Missing table header IDs on record holdings table in OPAC
Signed-off-Bug-13832---Missing-table-header-IDs-on.patch (text/plain), 1.86 KB, created by
Marc Véron
on 2015-03-24 10:01:12 UTC
(
hide
)
Description:
[Signed-off] Bug 13832 - Missing table header IDs on record holdings table in OPAC
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-03-24 10:01:12 UTC
Size:
1.86 KB
patch
obsolete
>From b66dafb36ee5623dc3b5392026a68d0bb37338be Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?=E2=80=9CByWater?= <âstaff@bywatersolutions.comâ> >Date: Fri, 13 Mar 2015 09:53:40 -0400 >Subject: [PATCH] [Signed-off] Bug 13832 - Missing table header IDs on record > holdings table in OPAC >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >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 <veron@veron.ch> >--- > 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 3e5364f..dc759b6 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 @@ > <th id="item_datedue" class="date_due">Date due</th> > [% IF ( OPACShowBarcode ) %]<th id="item_barcode" class="barcode">Barcode</th>[% END %] > [% IF holds_count.defined %] >- <th>Item holds</th> >+ <th id="item_holds">Item holds</th> > [% ELSIF show_priority %] >- <th>Item hold queue priority</th> >+ <th id="item_priority">Item hold queue priority</th> > [% END %] > [% IF ( ShowCourseReservesHeader ) %]<th id="item_coursereserves">Course reserves</th>[% END %] > </tr> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13832
:
36861
|
37168
|
37200