Bugzilla – Attachment 10424 Details for
Bug 7919
Display of values depending on the connexion library (authorised values, patron categories, extended attributes)
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.72 KB, created by
Paul Poulain
on 2012-06-22 08:25:32 UTC
(
hide
)
Description:
Bug 8272 - OPAC : date expiration format
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2012-06-22 08:25:32 UTC
Size:
1.72 KB
patch
obsolete
>From 5266996463ad5004077ebd1dc32056d623e8a568 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> >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >Signed-off-by: Delaye Stephane <stephane.delaye@biblibre.com> > >http://bugs.koha-community.org/show_bug.cgi?id=7919 >--- > 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 7919
:
8939
|
9170
|
9973
|
9984
|
10424
|
11163
|
11168
|
11373
|
11751
|
13736
|
13862
|
13867
|
13868
|
13891
|
13901
|
13952
|
13953
|
14162
|
14163
|
14184
|
14287
|
14350
|
14372
|
14377