|
Lines 38-47
$(document).ready(function() {
Link Here
|
| 38 |
<li>same library, same patron type, all item types</li> |
38 |
<li>same library, same patron type, all item types</li> |
| 39 |
<li>same library, all patron types, same item type</li> |
39 |
<li>same library, all patron types, same item type</li> |
| 40 |
<li>same library, all patron types, all item types</li> |
40 |
<li>same library, all patron types, all item types</li> |
| 41 |
<li>all libraries, same patron type, same item type</li> |
41 |
<li>default (all libraries), same patron type, same item type</li> |
| 42 |
<li>all libraries, same patron type, all item types</li> |
42 |
<li>default (all libraries), same patron type, all item types</li> |
| 43 |
<li>all libraries, all patron types, same item type</li> |
43 |
<li>default (all libraries), all patron types, same item type</li> |
| 44 |
<li>all libraries, all patron types, all item types</li> |
44 |
<li>default (all libraries), all patron types, all item types</li> |
| 45 |
</ul> |
45 |
</ul> |
| 46 |
<p>To modify a rule, create a new one with the same patron type and item type.</p> |
46 |
<p>To modify a rule, create a new one with the same patron type and item type.</p> |
| 47 |
</div> |
47 |
</div> |
|
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 |
- |
|
|