Lines 133-138
Link Here
|
133 |
[% IF ( lost ) %] |
133 |
[% IF ( lost ) %] |
134 |
<li class="blocker">Patron's card has been reported lost.</li> |
134 |
<li class="blocker">Patron's card has been reported lost.</li> |
135 |
[% END %] |
135 |
[% END %] |
|
|
136 |
[% IF ( expired ) %] |
137 |
<li class="blocker"> |
138 |
<span class="circ-hlt">Expiration:</span> |
139 |
[% IF ( patron.dateexpiry ) %] |
140 |
Patron's card expired on [% patron.dateexpiry | $KohaDates %]. |
141 |
[% ELSE %] |
142 |
Patron's card has expired. |
143 |
[% END %] |
144 |
<a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | uri %]&destination=circ&reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=[% patron.borrowernumber | html %]&categorycode=[% categorycode | html %]">Edit details</a> |
145 |
</li> |
146 |
[% END %] |
136 |
</ul> |
147 |
</ul> |
137 |
</div> |
148 |
</div> |
138 |
[% END %] |
149 |
[% END %] |
Lines 428-433
Link Here
|
428 |
<span class="label">Expiration date: </span> |
439 |
<span class="label">Expiration date: </span> |
429 |
[% IF ( was_renewed ) %] |
440 |
[% IF ( was_renewed ) %] |
430 |
<strong class="reregistrinfo">[% patron.dateexpiry | $KohaDates %]</strong> |
441 |
<strong class="reregistrinfo">[% patron.dateexpiry | $KohaDates %]</strong> |
|
|
442 |
[% ELSIF ( expired ) %] |
443 |
<span class="blocker"> |
444 |
[% patron.dateexpiry | $KohaDates %] |
445 |
<strong><em>Expired</em></strong> |
446 |
<a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | uri %]&reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify]&borrowernumber=[% patron.borrowernumber | html %]&categorycode=[% categorycode | html %]">Edit details</a> |
447 |
</span> |
431 |
[% ELSE %] |
448 |
[% ELSE %] |
432 |
[% patron.dateexpiry | $KohaDates %] |
449 |
[% patron.dateexpiry | $KohaDates %] |
433 |
[% END %] |
450 |
[% END %] |