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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +1 lines)
Lines 657-663 Link Here
657
    ><!-- ./page-section -->
657
    ><!-- ./page-section -->
658
658
659
    <div id="defaults-for-this-library" class="page-section">
659
    <div id="defaults-for-this-library" class="page-section">
660
        <h2>Default checkout, hold and return policy[% IF humanbranch %]for [% Branches.GetName( humanbranch ) | html %][% END %]</h2>
660
        <h2>Default checkout, hold and return policy [% IF humanbranch %]for [% Branches.GetName( humanbranch ) | html %][% END %]</h2>
661
        <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>
661
        <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>
662
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
662
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
663
            [% INCLUDE 'csrf-token.inc' %]
663
            [% INCLUDE 'csrf-token.inc' %]
664
- 

Return to bug 41190