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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-3 / +2 lines)
Lines 470-476 Link Here
470
    </div>
470
    </div>
471
    [% IF ( show_branch_cat_rule_form ) %]
471
    [% IF ( show_branch_cat_rule_form ) %]
472
    <div id="holds-policy-by-patron-category" class="container">
472
    <div id="holds-policy-by-patron-category" class="container">
473
    <h3>[% IF humanbranch %]Checkout limit by patron category for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default checkout limit by patron category[% END %]</h3>
473
    <h3>[% IF humanbranch %]Checkout, hold policy by patron category for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default checkout, hold policy by patron category[% END %]</h3>
474
        <p>For this library, you can specify the maximum number of loans that
474
        <p>For this library, you can specify the maximum number of loans that
475
            a patron of a given category can make, regardless of the item type.
475
            a patron of a given category can make, regardless of the item type.
476
        </p>
476
        </p>
Lines 485-491 Link Here
485
                    <th>Patron category</th>
485
                    <th>Patron category</th>
486
                    <th>Total current checkouts allowed</th>
486
                    <th>Total current checkouts allowed</th>
487
                    <th>Total current on-site checkouts allowed</th>
487
                    <th>Total current on-site checkouts allowed</th>
488
                    <th>Maximum total holds allowed (count)</th>
488
                    <th>Total holds allowed</th>
489
                    <th>&nbsp;</th>
489
                    <th>&nbsp;</th>
490
                </tr>
490
                </tr>
491
                [% FOREACH branch_cat_rule_loo IN branch_cat_rule_loop %]
491
                [% FOREACH branch_cat_rule_loo IN branch_cat_rule_loop %]
492
- 

Return to bug 15524