Bugzilla – Attachment 8624 Details for
Bug 7743
Use KohaDates TT plugin in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7743 followup: fix use of removed formattedwaitingdate param in opac-user.tt
Bug-7743-followup-fix-use-of-removed-formattedwait.patch (text/plain), 1.47 KB, created by
Ian Walls
on 2012-03-25 22:22:12 UTC
(
hide
)
Description:
Bug 7743 followup: fix use of removed formattedwaitingdate param in opac-user.tt
Filename:
MIME Type:
Creator:
Ian Walls
Created:
2012-03-25 22:22:12 UTC
Size:
1.47 KB
patch
obsolete
>From 21e7fd4112000d6119ff7964229bcf689863bfaa Mon Sep 17 00:00:00 2001 >From: Ian Walls <koha.sekjal@gmail.com> >Date: Sun, 25 Mar 2012 18:20:58 -0400 >Subject: [PATCH] Bug 7743 followup: fix use of removed formattedwaitingdate param in opac-user.tt > >Replaces formattedwaitingdate with just waitingdate, since no longer create and export >that template variable >--- > 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 79556e2..19b7389 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt >@@ -385,7 +385,7 @@ $.tablesorter.addParser({ > [% IF ( RESERVE.wait ) %] > [% IF ( RESERVE.atdestination ) %] > [% IF ( RESERVE.found ) %] >- Item waiting at <b> [% RESERVE.wbrname %]</b>[% IF ( RESERVE.formattedwaitingdate ) %] since [% RESERVE.waitingdate | $KohaDates %][% END %] >+ Item waiting at <b> [% RESERVE.wbrname %]</b>[% IF ( RESERVE.waitingdate ) %] since [% RESERVE.waitingdate | $KohaDates %][% END %] > <input type="hidden" name="pickup" value="[% RESERVE.wbrcd %]" /> > [% ELSE %] > Item waiting to be pulled from <b> [% RESERVE.wbrname %]</b> >-- >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 7743
:
8281
|
8282
|
8283
|
8284
|
8285
|
8286
|
8287
|
8288
|
8573
|
8574
|
8575
|
8576
|
8577
|
8578
|
8579
|
8580
|
8624
|
9038
|
9041