Bugzilla – Attachment 20699 Details for
Bug 6594
Add schema.org microdata
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6594: Correct schema.org context for item status
Bug-6594-Correct-schemaorg-context-for-item-status.patch (text/plain), 1.77 KB, created by
Chris Cormack
on 2013-08-28 11:07:42 UTC
(
hide
)
Description:
Bug 6594: Correct schema.org context for item status
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-08-28 11:07:42 UTC
Size:
1.77 KB
patch
obsolete
>From 6dfee28c03ba5fb552adbb3a68318fa5d5ec3b70 Mon Sep 17 00:00:00 2001 >From: Dan Scott <dan@coffeecode.net> >Date: Thu, 22 Aug 2013 11:29:28 -0400 >Subject: [PATCH] Bug 6594: Correct schema.org context for item status > >We were inserting the <link> element inside an open <td> element, which >HTML parsers, even the most forgiving, do not like very much. > >Signed-off-by: Dan Scott <dan@coffeecode.net> >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 cc05199..88fc9b0 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -1542,7 +1542,7 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > </td> > [% END %] > [% IF ( itemdata_copynumber ) %]<td class="copynumber">[% ITEM_RESULT.copynumber %]</td>[% END %] >- <td class="status" [% INCLUDE 'item-status-schema-org.inc' item = ITEM_RESULT %]>[% INCLUDE 'item-status.inc' item = ITEM_RESULT %]</td> >+ <td class="status">[% INCLUDE 'item-status-schema-org.inc' item = ITEM_RESULT %][% INCLUDE 'item-status.inc' item = ITEM_RESULT %]</td> > [% IF ( itemdata_itemnotes ) %]<td class="notes" property="description">[% ITEM_RESULT.itemnotes %]</td>[% END %] > <td class="date_due"><span title="[% ITEM_RESULT.datedue %]">[% ITEM_RESULT.datedue | $KohaDates %]</span></td> > [% IF ( OPACShowBarcode ) %]<td class="barcode" property="serialNumber">[% ITEM_RESULT.barcode %]</td>[% END %] >-- >1.8.4.rc2
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 6594
:
20566
|
20567
|
20568
|
20569
|
20697
|
20698
| 20699 |
20700