Lines 447-463
Link Here
|
447 |
</li> |
447 |
</li> |
448 |
<li> |
448 |
<li> |
449 |
<label for="noissuescharge">Checkout charge limit: </label> |
449 |
<label for="noissuescharge">Checkout charge limit: </label> |
450 |
<input type="text" name="noissuescharge" id="noissuescharge" value="[% category.noissuescharge | $Price on_editing => 1 %]" class="decimal" size="3" maxlength="3" /> |
450 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissuescharge" id="noissuescharge" value="[% category.noissuescharge | $Price on_editing => 1 %]" class="decimal" size="3" maxlength="4" /> |
451 |
<div class="hint">If set, this will override the global value set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge&ok=Search">noissuescharge</a> preference</div> |
451 |
<div class="hint">If set, this will override the global value set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge&ok=Search">noissuescharge</a> preference</div> |
452 |
</li> |
452 |
</li> |
453 |
<li> |
453 |
<li> |
454 |
<label for="noissueschargeguarantees">Guarantees checkout charge limit: </label> |
454 |
<label for="noissueschargeguarantees">Guarantees checkout charge limit: </label> |
455 |
<input type="text" name="noissueschargeguarantees" id="noissueschargeguarantees" value="[% category.noissueschargeguarantees | $Price on_editing => 1 %]" class="decimal" size="3" maxlength="3" /> |
455 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissueschargeguarantees" id="noissueschargeguarantees" value="[% category.noissueschargeguarantees | $Price on_editing => 1 %]" class="decimal" size="3" maxlength="4" /> |
456 |
<div class="hint">If set, this will override the global value set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge&ok=Search">NoIssuesChargeGuarantees</a> preference</div> |
456 |
<div class="hint">If set, this will override the global value set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge&ok=Search">NoIssuesChargeGuarantees</a> preference</div> |
457 |
</li> |
457 |
</li> |
458 |
<li> |
458 |
<li> |
459 |
<label for="noissueschargeguarantorswithguarantees">Guarantors with guarantees checkout charge limit: </label> |
459 |
<label for="noissueschargeguarantorswithguarantees">Guarantors with guarantees checkout charge limit: </label> |
460 |
<input type="text" name="noissueschargeguarantorswithguarantees" id="noissueschargeguarantorswithguarantees" value="[% category.noissueschargeguarantorswithguarantees | $Price on_editing => 1 %]" class="decimal" size="3" maxlength="3" /> |
460 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissueschargeguarantorswithguarantees" id="noissueschargeguarantorswithguarantees" value="[% category.noissueschargeguarantorswithguarantees | $Price on_editing => 1 %]" class="decimal" size="3" maxlength="4" /> |
461 |
<div class="hint">If set, this will override the global value set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge&ok=Search">NoIssuesChargeGuarantorsWithGuarantees</a> preference</div> |
461 |
<div class="hint">If set, this will override the global value set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge&ok=Search">NoIssuesChargeGuarantorsWithGuarantees</a> preference</div> |
462 |
</li> |
462 |
</li> |
463 |
</ol> |
463 |
</ol> |
464 |
- |
|
|