Lines 55-61
Link Here
|
55 |
|
55 |
|
56 |
<p>Hello, [% INCLUDE 'patron-title.inc' patron = logged_in_user %] |
56 |
<p>Hello, [% INCLUDE 'patron-title.inc' patron = logged_in_user %] |
57 |
<br /> |
57 |
<br /> |
58 |
<a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a></p> |
58 |
<a href="/cgi-bin/koha/opac-main.pl?logout.x=1" class="d-print-none">Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a></p> |
59 |
|
59 |
|
60 |
[% IF ( patronupdate ) %]<div class="alert alert-info"><h2>Thank you!</h2><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>[% END %] |
60 |
[% IF ( patronupdate ) %]<div class="alert alert-info"><h2>Thank you!</h2><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>[% END %] |
61 |
|
61 |
|
Lines 551-559
Link Here
|
551 |
</tbody> |
551 |
</tbody> |
552 |
</table> |
552 |
</table> |
553 |
[% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %] |
553 |
[% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %] |
554 |
<input type="submit" class="btn btn-primary" value="Renew selected" /> |
554 |
<input type="submit" class="btn btn-primary d-print-none" value="Renew selected" /> |
555 |
<input type="hidden" name="op" value="cud-renew" /> |
555 |
<input type="hidden" name="op" value="cud-renew" /> |
556 |
<button type="button" id="renewall_js" class="btn btn-primary">Renew all</button> |
556 |
<button type="button" id="renewall_js" class="btn btn-primary d-print-none">Renew all</button> |
557 |
[% END %] |
557 |
[% END %] |
558 |
</form> |
558 |
</form> |
559 |
|
559 |
|
560 |
- |
|
|