Bugzilla – Attachment 37200 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]
[PASSED QA] Bug 13832 - Missing table header IDs on record holdings table in OPAC
PASSED-QA-Bug-13832---Missing-table-header-IDs-on-.patch (text/plain), 1.91 KB, created by
Katrin Fischer
on 2015-03-24 22:00:16 UTC
(
hide
)
Description:
[PASSED QA] Bug 13832 - Missing table header IDs on record holdings table in OPAC
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-03-24 22:00:16 UTC
Size:
1.91 KB
patch
obsolete
>From c774e86908e72b9c2e5bdb8db487a644b7326d4e 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] [PASSED QA] 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> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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.9.1
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