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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-4 / +3 lines)
Lines 174-180 for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde Link Here
174
        </form>
174
        </form>
175
    </div>
175
    </div>
176
    <div id="defaults-for-this-library" class="container">
176
    <div id="defaults-for-this-library" class="container">
177
    <h3>Default checkout, hold and return policy for [% IF ( humanbranch ) %][% humanbranch %][% ELSE %]all libraries[% END %]</h3>
177
    <h3>Default checkout, hold and return policy[% IF ( humanbranch ) %] for [% humanbranch %][% END %]</h3>
178
        <p>You can set a default maximum number of checkouts, hold policy and return policy that will be used if none is defined below for a particular item type or category.</p>
178
        <p>You can set a default maximum number of checkouts, hold policy and return policy that will be used if none is defined below for a particular item type or category.</p>
179
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
179
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
180
            <input type="hidden" name="op" value="set-branch-defaults" />
180
            <input type="hidden" name="op" value="set-branch-defaults" />
Lines 251-257 for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde Link Here
251
    </div>
251
    </div>
252
    [% IF ( show_branch_cat_rule_form ) %]
252
    [% IF ( show_branch_cat_rule_form ) %]
253
    <div id="holds-policy-by-patron-category" class="container">
253
    <div id="holds-policy-by-patron-category" class="container">
254
    <h3>Checkout limit by patron category for [% IF ( humanbranch ) %][% humanbranch %][% ELSE %]all libraries[% END %]</h3>
254
    <h3>[% IF humanbranch %]Checkout limit by patron category for [% humanbranch %][% ELSE %]Default checkout limit by patron category[% END %]</h3>
255
        <p>For this library, you can specify the maximum number of loans that
255
        <p>For this library, you can specify the maximum number of loans that
256
            a patron of a given category can make, regardless of the item type.
256
            a patron of a given category can make, regardless of the item type.
257
        </p>
257
        </p>
Lines 306-312 for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde Link Here
306
    </div>
306
    </div>
307
    [% END %]
307
    [% END %]
308
    <div id="holds-policy-by-item-type" class="container">
308
    <div id="holds-policy-by-item-type" class="container">
309
    <h3>Holds policy by item type for [% IF ( humanbranch ) %][% humanbranch %][% ELSE %]all libraries[% END %]</h3>
309
    <h3>[% IF humanbranch %]Holds policy by item type for [% humanbranch %][% ELSE %]Default holds policy by item type[% END %]</h3>
310
        <p>
310
        <p>
311
            For this library, you can edit rules for given itemtypes, regardless
311
            For this library, you can edit rules for given itemtypes, regardless
312
            of the patron's category.
312
            of the patron's category.
313
- 

Return to bug 8370