Lines 486-498
Link Here
|
486 |
<label for="noissuescharge">Checkout charge limit: </label> |
486 |
<label for="noissuescharge">Checkout charge limit: </label> |
487 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissuescharge" id="noissuescharge" value="[% category.noissuescharge | $Price on_editing => 1 %]" size="5" maxlength="8" /> |
487 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissuescharge" id="noissuescharge" value="[% category.noissuescharge | $Price on_editing => 1 %]" size="5" maxlength="8" /> |
488 |
[%- SET pref_noissuescharge_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge&ok=Search">noissuescharge</a>' -%] |
488 |
[%- SET pref_noissuescharge_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge&ok=Search">noissuescharge</a>' -%] |
489 |
<div class="hint">If set, this will override the global value set in the [%- pref_noissuescharge_link | $raw | $KohaSpan -%] preference.</div> |
489 |
<div class="hint">If set, this will override the global value set in the [%- pref_noissuescharge_link | $raw | $KohaSpan -%] system preference.</div> |
490 |
</li> |
490 |
</li> |
491 |
<li> |
491 |
<li> |
492 |
<label for="noissueschargeguarantees">Guarantees checkout charge limit: </label> |
492 |
<label for="noissueschargeguarantees">Guarantees checkout charge limit: </label> |
493 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissueschargeguarantees" id="noissueschargeguarantees" value="[% category.noissueschargeguarantees | $Price on_editing => 1 %]" size="5" maxlength="8" /> |
493 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissueschargeguarantees" id="noissueschargeguarantees" value="[% category.noissueschargeguarantees | $Price on_editing => 1 %]" size="5" maxlength="8" /> |
494 |
[%- SET pref_NoIssuesChargeGuarantees_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=NoIssuesChargeGuarantees&ok=Search">NoIssuesChargeGuarantees</a>' -%] |
494 |
[%- SET pref_NoIssuesChargeGuarantees_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=NoIssuesChargeGuarantees&ok=Search">NoIssuesChargeGuarantees</a>' -%] |
495 |
<div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantees_link | $raw | $KohaSpan -%] preference.</div> |
495 |
<div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantees_link | $raw | $KohaSpan -%] system preference.</div> |
496 |
</li> |
496 |
</li> |
497 |
<li> |
497 |
<li> |
498 |
<label for="noissueschargeguarantorswithguarantees">Guarantors with guarantees checkout charge limit: </label> |
498 |
<label for="noissueschargeguarantorswithguarantees">Guarantors with guarantees checkout charge limit: </label> |
Lines 506-512
Link Here
|
506 |
maxlength="8" |
506 |
maxlength="8" |
507 |
/> |
507 |
/> |
508 |
[%- SET pref_NoIssuesChargeGuarantorsWithGuarantees_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=NoIssuesChargeGuarantorsWithGuarantees&ok=Search">NoIssuesChargeGuarantorsWithGuarantees</a>' -%] |
508 |
[%- SET pref_NoIssuesChargeGuarantorsWithGuarantees_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=NoIssuesChargeGuarantorsWithGuarantees&ok=Search">NoIssuesChargeGuarantorsWithGuarantees</a>' -%] |
509 |
<div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] preference.</div> |
509 |
<div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] system preference.</div> |
510 |
</li> |
510 |
</li> |
511 |
<li> |
511 |
<li> |
512 |
<label for="enforce_expiry_notice">Enforce patron account expiry notice:</label> |
512 |
<label for="enforce_expiry_notice">Enforce patron account expiry notice:</label> |
513 |
- |
|
|