View | Details | Raw Unified | Return to bug 38727
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-6 / +10 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaSpan %]
4
[% USE Branches %]
5
[% USE Branches %]
5
[% USE KohaDates %]
6
[% USE KohaDates %]
6
[% USE Price %]
7
[% USE Price %]
Lines 403-410 Link Here
403
                        [% END %]
404
                        [% END %]
404
                        </optgroup>
405
                        </optgroup>
405
                    </select>
406
                    </select>
407
                    [%- SET pref_BlockExpiredPatronOpacActions_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BlockExpiredPatronOpacActions&ok=Search">BlockExpiredPatronOpacActions</a>' -%]
406
                    <div class="hint">
408
                    <div class="hint">
407
                        Choose which OPAC actions, if any, are blocked for expired patrons of this category. Alternatively, the system preference <a href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=BlockExpiredPatronOpacActions">BlockExpiredPatronOpacActions</a> can be used instead.
409
                        Choose which OPAC actions, if any, should be blocked for expired patrons in this category. Alternatively, you can use the system preference [%- pref_BlockExpiredPatronOpacActions_link | $raw | $KohaSpan -%] instead.
408
                </li>
410
                </li>
409
                [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' )  %]
411
                [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' )  %]
410
                  <li><label for="checkprevcheckout">Check for previous checkouts: </label>
412
                  <li><label for="checkprevcheckout">Check for previous checkouts: </label>
Lines 478-499 Link Here
478
                        <option value="0" selected>No</option>
480
                        <option value="0" selected>No</option>
479
                    [% END %]
481
                    [% END %]
480
                    </select>
482
                    </select>
481
                    <div class="hint">If <i>Yes</i>, holds placed by patrons of this category will not be given priority</div>
483
                    <div class="hint">If <i>Yes</i>, holds placed by patrons of this category will not be given priority.</div>
482
                </li>
484
                </li>
483
                <li>
485
                <li>
484
                    <label for="noissuescharge">Checkout charge limit: </label>
486
                    <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" />
487
                    <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>
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>
487
                </li>
490
                </li>
488
                <li>
491
                <li>
489
                    <label for="noissueschargeguarantees">Guarantees checkout charge limit: </label>
492
                    <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" />
493
                    <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>
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>
492
                </li>
496
                </li>
493
                <li>
497
                <li>
494
                    <label for="noissueschargeguarantorswithguarantees">Guarantors with guarantees checkout charge limit: </label>
498
                    <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" />
499
                    <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>
500
                    [%- SET pref_NoIssuesChargeGuarantorsWithGuarantees_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=NoIssuesChargeGuarantees&ok=Search">NoIssuesChargeGuarantees</a>' -%]
501
                    <div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] preference.</div>
497
                </li>
502
                </li>
498
            </ol>
503
            </ol>
499
        </fieldset>
504
        </fieldset>
500
- 

Return to bug 38727