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 543-551
Link Here
|
543 |
</tbody> |
543 |
</tbody> |
544 |
</table> |
544 |
</table> |
545 |
[% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %] |
545 |
[% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %] |
546 |
<input type="submit" class="btn btn-primary" value="Renew selected" /> |
546 |
<input type="submit" class="btn btn-primary d-print-none" value="Renew selected" /> |
547 |
<input type="hidden" name="op" value="cud-renew" /> |
547 |
<input type="hidden" name="op" value="cud-renew" /> |
548 |
<button type="button" id="renewall_js" class="btn btn-primary">Renew all</button> |
548 |
<button type="button" id="renewall_js" class="btn btn-primary d-print-none">Renew all</button> |
549 |
[% END %] |
549 |
[% END %] |
550 |
</form> |
550 |
</form> |
551 |
|
551 |
|
552 |
- |
|
|