Lines 485-506
Link Here
|
485 |
</li> |
485 |
</li> |
486 |
<li> |
486 |
<li> |
487 |
<label for="noissuescharge">Checkout charge limit: </label> |
487 |
<label for="noissuescharge">Checkout charge limit: </label> |
488 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissuescharge" id="noissuescharge" value="[% category.noissuescharge | $Price on_editing => 1 %]" class="decimal" size="3" maxlength="4" /> |
488 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissuescharge" id="noissuescharge" value="[% category.noissuescharge | $Price on_editing => 1 %]" size="5" maxlength="8" /> |
489 |
[%- SET pref_noissuescharge_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge&ok=Search">noissuescharge</a>' -%] |
489 |
[%- SET pref_noissuescharge_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge&ok=Search">noissuescharge</a>' -%] |
490 |
<div class="hint">If set, this will override the global value set in the [%- pref_noissuescharge_link | $raw | $KohaSpan -%] preference.</div> |
490 |
<div class="hint">If set, this will override the global value set in the [%- pref_noissuescharge_link | $raw | $KohaSpan -%] preference.</div> |
491 |
</li> |
491 |
</li> |
492 |
<li> |
492 |
<li> |
493 |
<label for="noissueschargeguarantees">Guarantees checkout charge limit: </label> |
493 |
<label for="noissueschargeguarantees">Guarantees checkout charge limit: </label> |
494 |
<input |
494 |
<input type="text" pattern="^\d+(\.\d{2})?$" name="noissueschargeguarantees" id="noissueschargeguarantees" value="[% category.noissueschargeguarantees | $Price on_editing => 1 %]" size="5" maxlength="8" /> |
495 |
type="text" |
|
|
496 |
pattern="^\d+(\.\d{2})?$" |
497 |
name="noissueschargeguarantees" |
498 |
id="noissueschargeguarantees" |
499 |
value="[% category.noissueschargeguarantees | $Price on_editing => 1 %]" |
500 |
class="decimal" |
501 |
size="3" |
502 |
maxlength="4" |
503 |
/> |
504 |
[%- SET pref_NoIssuesChargeGuarantees_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=NoIssuesChargeGuarantees&ok=Search">NoIssuesChargeGuarantees</a>' -%] |
495 |
[%- SET pref_NoIssuesChargeGuarantees_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=NoIssuesChargeGuarantees&ok=Search">NoIssuesChargeGuarantees</a>' -%] |
505 |
<div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantees_link | $raw | $KohaSpan -%] preference.</div> |
496 |
<div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantees_link | $raw | $KohaSpan -%] preference.</div> |
506 |
</li> |
497 |
</li> |
Lines 512-520
Link Here
|
512 |
name="noissueschargeguarantorswithguarantees" |
503 |
name="noissueschargeguarantorswithguarantees" |
513 |
id="noissueschargeguarantorswithguarantees" |
504 |
id="noissueschargeguarantorswithguarantees" |
514 |
value="[% category.noissueschargeguarantorswithguarantees | $Price on_editing => 1 %]" |
505 |
value="[% category.noissueschargeguarantorswithguarantees | $Price on_editing => 1 %]" |
515 |
class="decimal" |
506 |
size="5" |
516 |
size="3" |
507 |
maxlength="8" |
517 |
maxlength="4" |
|
|
518 |
/> |
508 |
/> |
519 |
[%- SET pref_NoIssuesChargeGuarantorsWithGuarantees_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=NoIssuesChargeGuarantees&ok=Search">NoIssuesChargeGuarantees</a>' -%] |
509 |
[%- SET pref_NoIssuesChargeGuarantorsWithGuarantees_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=NoIssuesChargeGuarantees&ok=Search">NoIssuesChargeGuarantees</a>' -%] |
520 |
<div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] preference.</div> |
510 |
<div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] preference.</div> |
521 |
- |
|
|