X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fopac-tmpl%2Fprog%2Fen%2Fmodules%2Fopac-user.tt;h=9f1478eedb9d0c36fbda826c6e7bcf1385127ff1;hb=dd25f1fa10d2f01b559a46687055d74ac6487da0;hp=26b5efc917168b4caab8b5a61d8b5dcea16bd176;hpb=3d55391eee5b22ee46764b3b1d73b6ef0ad46621;p=koha_fer 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 26b5efc917..9f1478eedb 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt @@ -1,32 +1,37 @@ +[% USE Koha %] [% USE KohaDates %] - [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Your library home [% INCLUDE 'doc-head-close.inc' %] - - +[% INCLUDE 'calendar.inc' %] +[% INCLUDE 'datatables.inc' %] @@ -88,6 +98,30 @@ $.tablesorter.addParser({ [% END %] + [% IF ( BORROWER_INF.warnexpired ) %] +
+ Please note: Your account has expired as of [% BORROWER_INF.warnexpired | $KohaDates %]. Please contact the library if you wish to renew your account. +
+ [% END %] + + [% IF ( RENEW_ERROR ) %] +
+ Please note: + + Your loan renewal failed because of the following reason(s): + [% FOREACH error IN RENEW_ERROR.split('\|') %] + [% IF error == 'card_expired' %] + Your account has expired. Please contact the library for more information. + [% ELSIF error == 'too_many' %] + You have renewed this item the maximum number of times allowed. + [% ELSIF error == 'on_reserve' %] + This item is on hold for another patron. + [% END %] + [% END %] + +
+ [% END %] + [% IF ( patron_flagged ) %]
[% END %] + + [% SET OPACMySummaryNote = Koha.Preference('OPACMySummaryNote') %] + [% IF OPACMySummaryNote %][% OPACMySummaryNote %][% END %]