From e24650b1d41b7791ae93fefd68a9c33800a23e9a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 19 Jun 2012 13:08:28 -0400 Subject: [PATCH] Bug 8272 - OPAC : date expiration format Content-Type: text/plain; charset="utf-8" Adding TT date filter to output of expiration date on OPAC user page. Signed-off-by: Chris Cormack Signed-off-by: Delaye Stephane Signed-off-by: Paul Poulain http://bugs.koha-community.org/show_bug.cgi?id=7368 --- .../prog/en/modules/help/acqui/basketheader.tt | 2 +- .../modules/help/admin/auth_subfields_structure.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt index 1df42ef..9f8dddd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt @@ -6,7 +6,7 @@

If you have added contracts to the vendor from whom you are ordering, you will also have an option to choose which contract you are ordering those items under.

-

When finished, click 'Save.'

+

When finished, click 'Save'.

Editing Basket Headers

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt index 2ce350d..8a4333c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt @@ -15,7 +15,7 @@
  • From the list of subfields, you can click 'Delete' to the right of each to erase the subfield in question.
  • -
  • To edit the subfields, click 'Edit Subfields.'
  • +
  • To edit the subfields, click 'Edit Subfields'.
  • For each subfield, you can set the following values:
    • 'Text for librarian' is what appears before the subfield in the librarian interface.
    • 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 ) %]
      - Please note: Your card will expire on [% BORROWER_INF.warndeparture %]. Please contact the library for more information. + Please note: Your card will expire on [% BORROWER_INF.warndeparture | $KohaDates %]. Please contact the library for more information. [% IF ( BORROWER_INF.returnbeforeexpiry ) %] Also note that you must return all checked out items before your card expires.[% END %]
      [% END %] -- 1.7.2.5