Lines 478-499
Link Here
|
478 |
<option value="0" selected>No</option> |
478 |
<option value="0" selected>No</option> |
479 |
[% END %] |
479 |
[% END %] |
480 |
</select> |
480 |
</select> |
481 |
<div class="hint">If <i>Yes</i>, holds placed by patrons of this category will not be given priority</div> |
481 |
<div class="hint">If <i>Yes</i>, holds placed by patrons of this category will not be given priority.</div> |
482 |
</li> |
482 |
</li> |
483 |
<li> |
483 |
<li> |
484 |
<label for="noissuescharge">Checkout charge limit: </label> |
484 |
<label for="noissuescharge">Checkout charge limit: </label> |
485 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissuescharge" id="noissuescharge" value="[% category.noissuescharge | $Price on_editing => 1 %]" class="decimal" size="3" maxlength="4" /> |
485 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissuescharge" id="noissuescharge" value="[% category.noissuescharge | $Price on_editing => 1 %]" class="decimal" size="3" maxlength="4" /> |
486 |
<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> |
486 |
<div class="hint">[%- I18N.tx("If set, this will override the global value set in the {preference} preference.", { preference => '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge&ok=Search">noissuescharge</a>' } ) | $raw -%]</div> |
487 |
</li> |
487 |
</li> |
488 |
<li> |
488 |
<li> |
489 |
<label for="noissueschargeguarantees">Guarantees checkout charge limit: </label> |
489 |
<label for="noissueschargeguarantees">Guarantees checkout charge limit: </label> |
490 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissueschargeguarantees" id="noissueschargeguarantees" value="[% category.noissueschargeguarantees | $Price on_editing => 1 %]" class="decimal" size="3" maxlength="4" /> |
490 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissueschargeguarantees" id="noissueschargeguarantees" value="[% category.noissueschargeguarantees | $Price on_editing => 1 %]" class="decimal" size="3" maxlength="4" /> |
491 |
<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> |
491 |
<div class="hint">[%- I18N.tx("If set, this will override the global value set in the {preference} preference.", { preference => '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge&ok=Search">NoIssuesChargeGuarantees</a>' } ) | $raw -%]</div> |
492 |
</li> |
492 |
</li> |
493 |
<li> |
493 |
<li> |
494 |
<label for="noissueschargeguarantorswithguarantees">Guarantors with guarantees checkout charge limit: </label> |
494 |
<label for="noissueschargeguarantorswithguarantees">Guarantors with guarantees checkout charge limit: </label> |
495 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissueschargeguarantorswithguarantees" id="noissueschargeguarantorswithguarantees" value="[% category.noissueschargeguarantorswithguarantees | $Price on_editing => 1 %]" class="decimal" size="3" maxlength="4" /> |
495 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissueschargeguarantorswithguarantees" id="noissueschargeguarantorswithguarantees" value="[% category.noissueschargeguarantorswithguarantees | $Price on_editing => 1 %]" class="decimal" size="3" maxlength="4" /> |
496 |
<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> |
496 |
<div class="hint">[%- I18N.tx("If set, this will override the global value set in the {preference} preference.", { preference => '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge&ok=Search">NoIssuesChargeGuarantorsWithGuarantees</a>' } ) | $raw -%]</div> |
497 |
</li> |
497 |
</li> |
498 |
</ol> |
498 |
</ol> |
499 |
</fieldset> |
499 |
</fieldset> |
500 |
- |
|
|