Bugzilla – Attachment 19025 Details for
Bug 10245
OPAC items table CSS classes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10245 adding OPAC detail items table classes
Bug-10245-adding-OPAC-detail-items-table-classes.patch (text/plain), 2.84 KB, created by
Kyle M Hall (khall)
on 2013-06-14 18:44:02 UTC
(
hide
)
Description:
Bug 10245 adding OPAC detail items table classes
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-06-14 18:44:02 UTC
Size:
2.84 KB
patch
obsolete
>From 84fceddbfa66a6e689fc8e37750611925f3e8b00 Mon Sep 17 00:00:00 2001 >From: Chris Hall <chrish@catalyst.net.nz> >Date: Wed, 15 May 2013 19:30:57 +1200 >Subject: [PATCH] Bug 10245 adding OPAC detail items table classes > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >Classes now appear on <th> as well for easy styling. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Passes koha-qa.pl, template changes only. Adds classes and id's to table >headers, makes no other changes. >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 22 ++++++++++---------- > 1 files changed, 11 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >index 85c7aee..4e4d140 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -1473,17 +1473,17 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > [% BLOCK items_table %] > <table class="holdingst"> > <thead><tr> >- [% IF ( item_level_itypes ) %]<th id="item_itemtype">Item type</th>[% END %] >- <th id="item_location">Location</th> >- [% IF ( itemdata_ccode ) %]<th id="item_ccode">Collection</th>[% END %] >- <th id="item_callnumber">Call number</th> >- [% IF ( itemdata_enumchron ) %]<th id="item_enumchron">Vol info</th>[% END %] >- [% IF ( itemdata_uri ) %]<th id="item_url">url</th>[% END %] >- [% IF ( itemdata_copynumber ) %]<th id="item_copy">Copy</th>[% END %] >- <th id="item_status">Status</th> >- [% IF ( itemdata_itemnotes ) %]<th id="item_notes">Notes</th>[% END %] >- <th id="item_datedue">Date due</th> >- [% IF ( OPACShowBarcode ) %]<th>Barcode</th>[% END %] >+ [% IF ( item_level_itypes ) %]<th id="item_itemtype" class="itype">Item type</th>[% END %] >+ <th id="item_location" class="location">Location</th> >+ [% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %] >+ <th id="item_callnumber" class="call_no">Call number</th> >+ [% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %] >+ [% IF ( itemdata_uri ) %]<th id="item_url" class="url">url</th>[% END %] >+ [% IF ( itemdata_copynumber ) %]<th id="item_copy" class="copynumber">Copy</th>[% END %] >+ <th id="item_status" class="status">Status</th> >+ [% IF ( itemdata_itemnotes ) %]<th id="item_notes" class="notes">Notes</th>[% END %] >+ <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> > [% ELSIF show_priority %] >-- >1.7.2.5
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 10245
:
18146
|
18733
| 19025