|
Lines 1-5
Link Here
|
| 1 |
[% USE raw %] |
1 |
[% USE raw %] |
| 2 |
[% USE Koha %] |
2 |
[% USE Koha %] |
|
|
3 |
[% USE Price %] |
| 3 |
[% USE AdditionalContents %] |
4 |
[% USE AdditionalContents %] |
| 4 |
[% PROCESS 'i18n.inc' %] |
5 |
[% PROCESS 'i18n.inc' %] |
| 5 |
[% PROCESS 'html_helpers.inc' %] |
6 |
[% PROCESS 'html_helpers.inc' %] |
|
Lines 43-48
Link Here
|
| 43 |
><p><strong>Settings updated</strong></p></div |
44 |
><p><strong>Settings updated</strong></p></div |
| 44 |
> |
45 |
> |
| 45 |
[% END %] |
46 |
[% END %] |
|
|
47 |
[% IF print_notice_charging && !patron_has_email %] |
| 48 |
<div class="alert alert-warning"> |
| 49 |
<h4><i class="fa fa-exclamation-triangle"></i> Print Notice Charges</h4> |
| 50 |
<p><strong>Important:</strong> Print notices incur a charge of |
| 51 |
[% print_notice_charge_amount | $Price %] each to cover postage and processing costs.</p> |
| 52 |
<p>To avoid these charges, please:</p> |
| 53 |
<ul> |
| 54 |
<li>Provide an email address in your <a href="/cgi-bin/koha/opac-memberentry.pl">account details</a></li> |
| 55 |
<li>Select email delivery for your notice preferences below</li> |
| 56 |
<li>Uncheck any print notice options if they are enabled</li> |
| 57 |
</ul> |
| 58 |
</div> |
| 59 |
[% END %] |
| 60 |
|
| 46 |
<form action="/cgi-bin/koha/opac-messaging.pl" method="post" name="opacmessaging"> |
61 |
<form action="/cgi-bin/koha/opac-messaging.pl" method="post" name="opacmessaging"> |
| 47 |
[% INCLUDE 'csrf-token.inc' %] |
62 |
[% INCLUDE 'csrf-token.inc' %] |
| 48 |
<input type="hidden" name="op" value="cud-modify" /> |
63 |
<input type="hidden" name="op" value="cud-modify" /> |
|
Lines 276-281
Link Here
|
| 276 |
</table> |
291 |
</table> |
| 277 |
[% END %] |
292 |
[% END %] |
| 278 |
|
293 |
|
|
|
294 |
[% IF print_notice_charging %] |
| 295 |
<div class="alert alert-info"> |
| 296 |
<h5><i class="fa fa-info-circle"></i> About Print Notice Charges</h5> |
| 297 |
<p>Print notices incur a charge of |
| 298 |
[% IF print_notice_charge_amount %][% print_notice_charge_amount | $Price %][% ELSE %]0.00[% END %] |
| 299 |
each to cover postage and processing costs.</p> |
| 300 |
<p><strong>To avoid these charges:</strong></p> |
| 301 |
<ul> |
| 302 |
[% IF !patron_has_email %] |
| 303 |
<li><strong>Add an email address</strong> to your <a href="/cgi-bin/koha/opac-memberentry.pl">account details</a></li> |
| 304 |
[% END %] |
| 305 |
<li>Select "Email" instead of any print options for your notice preferences above</li> |
| 306 |
<li>Ask library staff to disable print notices for your account</li> |
| 307 |
</ul> |
| 308 |
[% IF patron_has_email %] |
| 309 |
<p class="text-success">✓ You have an email address on file. Make sure to select email delivery for notices to avoid print charges.</p> |
| 310 |
[% ELSE %] |
| 311 |
<p class="text-warning"><strong>⚠ Important:</strong> You don't have an email address on file. Print notices may be automatically selected for your account.</p> |
| 312 |
[% END %] |
| 313 |
</div> |
| 314 |
[% END %] |
| 315 |
|
| 279 |
[% IF ( SMSSendDriver || Koha.Preference('TranslateNotices') ) %] |
316 |
[% IF ( SMSSendDriver || Koha.Preference('TranslateNotices') ) %] |
| 280 |
<fieldset class="rows d-print-none"> |
317 |
<fieldset class="rows d-print-none"> |
| 281 |
<ol> |
318 |
<ol> |