From 195d4028322a1b474124726987dc55c2a8c524f5 Mon Sep 17 00:00:00 2001 From: Adrien Saurat Date: Fri, 28 Dec 2012 16:37:59 +0100 Subject: [PATCH] Bug 9329: OPAC, new warning when the card has expired --- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 6 ++++++ opac/opac-user.pl | 21 ++++++++++++--------- 2 files changed, 18 insertions(+), 9 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 c28d84f..c0c19a1 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt @@ -89,6 +89,12 @@ $.tablesorter.addParser({ [% END %] + [% IF ( BORROWER_INF.warnexpired ) %] +
+ Please note: Your card has expired. Please contact the library for more information. +
+ [% END %] + [% IF ( patron_flagged ) %]