Bugzilla – Attachment 36923 Details for
Bug 11847
Display basketgroup closed date at OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11847: Add span with class around order date
Bug-11847-Add-span-with-class-around-order-date.patch (text/plain), 1.07 KB, created by
Julian Maurice
on 2015-03-16 11:00:05 UTC
(
hide
)
Description:
Bug 11847: Add span with class around order date
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2015-03-16 11:00:05 UTC
Size:
1.07 KB
patch
obsolete
>From 7c8094c0343ba51ddc880de175c15672765d8756 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 9 Oct 2014 11:48:09 +0200 >Subject: [PATCH] Bug 11847: Add span with class around order date > >so libraries can hide it if they want > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc >index a80d984..ad13af5 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc >@@ -83,7 +83,9 @@ not use an API to fetch items that populates item.datedue. > <span class="item-status onorder"> > On order > [% IF item.order_date %] >- since [% item.order_date |$KohaDates %] >+ <span class="order-date"> >+ since [% item.order_date |$KohaDates %] >+ </span> > [% END %] > </span> > [% END %] >-- >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 11847
:
25639
|
30445
|
30480
|
32079
|
32088
|
36922
| 36923