Lines 449-455
Link Here
|
449 |
</div> |
449 |
</div> |
450 |
[% IF ( show_branch_cat_rule_form ) %] |
450 |
[% IF ( show_branch_cat_rule_form ) %] |
451 |
<div id="holds-policy-by-patron-category" class="container"> |
451 |
<div id="holds-policy-by-patron-category" class="container"> |
452 |
<h3>[% IF humanbranch %]Checkout limit by patron category for [% Branches.GetName( humanbranch ) %][% ELSE %]Default checkout limit by patron category[% END %]</h3> |
452 |
<h3>[% IF humanbranch %]Checkout, hold policy by patron category for [% Branches.GetName( humanbranch ) %][% ELSE %]Default checkout, hold policy by patron category[% END %]</h3> |
453 |
<p>For this library, you can specify the maximum number of loans that |
453 |
<p>For this library, you can specify the maximum number of loans that |
454 |
a patron of a given category can make, regardless of the item type. |
454 |
a patron of a given category can make, regardless of the item type. |
455 |
</p> |
455 |
</p> |
Lines 464-470
Link Here
|
464 |
<th>Patron category</th> |
464 |
<th>Patron category</th> |
465 |
<th>Total current checkouts allowed</th> |
465 |
<th>Total current checkouts allowed</th> |
466 |
<th>Total current on-site checkouts allowed</th> |
466 |
<th>Total current on-site checkouts allowed</th> |
467 |
<th>Maximum total holds allowed (count)</th> |
467 |
<th>Total holds allowed</th> |
468 |
<th> </th> |
468 |
<th> </th> |
469 |
</tr> |
469 |
</tr> |
470 |
[% FOREACH branch_cat_rule_loo IN branch_cat_rule_loop %] |
470 |
[% FOREACH branch_cat_rule_loo IN branch_cat_rule_loop %] |
471 |
- |
|
|