Bugzilla – Attachment 10372 Details for
Bug 8272
OPAC : date expiration format
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8272 - OPAC : date expiration format
Bug-8272---OPAC--date-expiration-format.patch (text/plain), 1.55 KB, created by
Paul Poulain
on 2012-06-20 07:38:28 UTC
(
hide
)
Description:
Bug 8272 - OPAC : date expiration format
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2012-06-20 07:38:28 UTC
Size:
1.55 KB
patch
obsolete
>From ba25babcfbfb986f591bb4965e6c3c46fa118e40 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 19 Jun 2012 13:08:28 -0400 >Subject: [PATCH] Bug 8272 - OPAC : date expiration format > >Adding TT date filter to output of expiration date >on OPAC user page. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >Signed-off-by: Delaye Stephane <stephane.delaye@biblibre.com> >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt >index 0b8930f..8ae9a77 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt >@@ -83,7 +83,7 @@ $.tablesorter.addParser({ > > [% IF ( BORROWER_INF.warndeparture ) %] > <div class="dialog alert" id="warndeparture"> >- <strong>Please note:</strong><span> Your card will expire on <span id="warndeparture_date">[% BORROWER_INF.warndeparture %]</span>. Please contact the library for more information.</span> >+ <strong>Please note:</strong><span> Your card will expire on <span id="warndeparture_date">[% BORROWER_INF.warndeparture | $KohaDates %]</span>. Please contact the library for more information.</span> > [% IF ( BORROWER_INF.returnbeforeexpiry ) %]<span id="warndeparture_returnbeforeexpiry"> Also note that you must return all checked out items before your card expires.</span>[% END %] > </div> > [% END %] >-- >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 8272
:
10367
|
10370
| 10372