Bugzilla – Attachment 18146 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]
adding OPAC detail items table classes
0001-bug10245-adding-OPAC-detail-items-table-classes.patch (text/plain), 2.57 KB, created by
Chris Hall
on 2013-05-15 07:35:05 UTC
(
hide
)
Description:
adding OPAC detail items table classes
Filename:
MIME Type:
Creator:
Chris Hall
Created:
2013-05-15 07:35:05 UTC
Size:
2.57 KB
patch
obsolete
>From 9de207a4e20873d96298b7dbde4ae20ab2a4dd25 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] bug10245 adding OPAC detail items table classes > >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 22 ++++++++++---------- > 1 file 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 a8dabf3..e2f245f 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -1459,17 +1459,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.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 10245
:
18146
|
18733
|
19025