Lines 616-649
Link Here
|
616 |
<table id="patron_categories"> |
616 |
<table id="patron_categories"> |
617 |
<thead> |
617 |
<thead> |
618 |
<tr> |
618 |
<tr> |
619 |
<th scope="col">Code</th> |
619 |
<th scope="col" data-colname="code">Code</th> |
620 |
<th scope="col">Category name</th> |
620 |
<th scope="col" data-colname="category_name">Category name</th> |
621 |
<th scope="col">Type</th> |
621 |
<th scope="col" data-colname="type">Type</th> |
622 |
<th scope="col">Enrollment period</th> |
622 |
<th scope="col" data-colname="enrollment_period">Enrollment period</th> |
623 |
<th scope="col">Password expiration</th> |
623 |
<th scope="col" data-colname="password_expiration">Password expiration</th> |
624 |
<th scope="col">Age required</th> |
624 |
<th scope="col" data-colname="age_required">Age required</th> |
625 |
<th scope="col">Upper age limit</th> |
625 |
<th scope="col" data-colname="upper_age_limit">Upper age limit</th> |
626 |
<th scope="col">Enrollment fee</th> |
626 |
<th scope="col" data-colname="enrollment_fee">Enrollment fee</th> |
627 |
<th scope="col">Overdue</th> |
627 |
<th scope="col" data-colname="overdue">Overdue</th> |
628 |
<th scope="col">Lost items</th> |
628 |
<th scope="col" data-colname="lost_items">Lost items</th> |
629 |
<th scope="col">Hold fee</th> |
629 |
<th scope="col" data-colname="hold_fee">Hold fee</th> |
630 |
[% IF ( EnhancedMessagingPreferences ) %] |
630 |
[% IF ( EnhancedMessagingPreferences ) %] |
631 |
<th scope="col">Messaging</th> |
631 |
<th scope="col" data-colname="messaging">Messaging</th> |
632 |
[% END %] |
632 |
[% END %] |
633 |
<th scope="col">Library limitations</th> |
633 |
<th scope="col" data-colname="branches_limitations">Library limitations</th> |
634 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
634 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
635 |
<th scope="col">Check previous checkout?</th> |
635 |
<th scope="col" data-colname="check_previous_checkout">Check previous checkout?</th> |
636 |
[% END %] |
636 |
[% END %] |
637 |
[% IF ( Koha.Preference('ILLModule') ) %] |
637 |
[% IF ( Koha.Preference('ILLModule') ) %] |
638 |
<th scope="col">Can place ILL in OPAC?</th> |
638 |
<th scope="col" data-colname="can_place_ill_in_opac">Can place ILL in OPAC?</th> |
639 |
[% END %] |
639 |
[% END %] |
640 |
<th scope="col">Can be guarantee</th> |
640 |
<th scope="col" data-colname="can_be_guarantee">Can be guarantee</th> |
641 |
<th scope="col">Default privacy</th> |
641 |
<th scope="col" data-colname="default_privacy">Default privacy</th> |
642 |
<th scope="col">Exclude from local holds priority</th> |
642 |
<th scope="col" data-colname="exclude_from_local_holds_priority">Exclude from local holds priority</th> |
643 |
<th scope="col">Checkout charge limit</th> |
643 |
<th scope="col" data-colname="checkout_charge_limit">Checkout charge limit</th> |
644 |
<th scope="col">Guarantees checkout charge limit</th> |
644 |
<th scope="col" data-colname="guarantees_checkout_charge_limit">Guarantees checkout charge limit</th> |
645 |
<th scope="col">Guarantors with guarantees checkout charge limit</th> |
645 |
<th scope="col" data-colname="guarantors_checkout_charge_limit">Guarantors with guarantees checkout charge limit</th> |
646 |
<th scope="col">Actions</th> |
646 |
<th scope="col" data-colname="actions">Actions</th> |
647 |
</tr> |
647 |
</tr> |
648 |
</thead> |
648 |
</thead> |
649 |
<tbody> |
649 |
<tbody> |