|
Lines 102-107
Link Here
|
| 102 |
<input type="hidden" name="op" value="add" /> |
102 |
<input type="hidden" name="op" value="add" /> |
| 103 |
<input type="hidden" name="branch" value="[% current_branch | html %]"/> |
103 |
<input type="hidden" name="branch" value="[% current_branch | html %]"/> |
| 104 |
<table id="default-circulation-rules"> |
104 |
<table id="default-circulation-rules"> |
|
|
105 |
<caption class="sr-only">Default circulation rules</caption> |
| 105 |
<thead> |
106 |
<thead> |
| 106 |
<tr> |
107 |
<tr> |
| 107 |
<th> </th> |
108 |
<th> </th> |
|
Lines 533-538
Link Here
|
| 533 |
<input type="hidden" name="op" value="set-branch-defaults" /> |
534 |
<input type="hidden" name="op" value="set-branch-defaults" /> |
| 534 |
<input type="hidden" name="branch" value="[% current_branch | html %]"/> |
535 |
<input type="hidden" name="branch" value="[% current_branch | html %]"/> |
| 535 |
<table> |
536 |
<table> |
|
|
537 |
<caption class="sr-only">Default checkout, hold and return policy[% IF humanbranch %] for [% Branches.GetName( humanbranch ) | html %][% END %]</caption> |
| 536 |
<tr> |
538 |
<tr> |
| 537 |
<th> </th> |
539 |
<th> </th> |
| 538 |
<th>Total current checkouts allowed</th> |
540 |
<th>Total current checkouts allowed</th> |
|
Lines 719-724
Link Here
|
| 719 |
<input type="hidden" name="op" value="add-branch-cat" /> |
721 |
<input type="hidden" name="op" value="add-branch-cat" /> |
| 720 |
<input type="hidden" name="branch" value="[% current_branch | html %]"/> |
722 |
<input type="hidden" name="branch" value="[% current_branch | html %]"/> |
| 721 |
<table> |
723 |
<table> |
|
|
724 |
<caption class="sr-only">[% IF humanbranch %]Checkout, hold policy by patron category for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default checkout, hold policy by patron category[% END %]</caption> |
| 722 |
<tr> |
725 |
<tr> |
| 723 |
<th>Patron category</th> |
726 |
<th>Patron category</th> |
| 724 |
<th>Total current checkouts allowed</th> |
727 |
<th>Total current checkouts allowed</th> |
|
Lines 799-804
Link Here
|
| 799 |
<input type="hidden" name="op" value="mod-refund-lost-item-fee-rule" /> |
802 |
<input type="hidden" name="op" value="mod-refund-lost-item-fee-rule" /> |
| 800 |
<input type="hidden" name="branch" value="[% current_branch | html %]" /> |
803 |
<input type="hidden" name="branch" value="[% current_branch | html %]" /> |
| 801 |
<table> |
804 |
<table> |
|
|
805 |
<caption class="sr-only"> |
| 806 |
[% IF current_branch == '*' %] |
| 807 |
Default lost item fee refund on return policy |
| 808 |
[% ELSE %] |
| 809 |
Lost item fee refund on return policy for [% Branches.GetName(current_branch) | html %] |
| 810 |
[% END %] |
| 811 |
</caption> |
| 802 |
<tr> |
812 |
<tr> |
| 803 |
<th>Refund lost item fee</th> |
813 |
<th>Refund lost item fee</th> |
| 804 |
<th> </th> |
814 |
<th> </th> |
|
Lines 915-920
Link Here
|
| 915 |
<input type="hidden" name="op" value="add-branch-item" /> |
925 |
<input type="hidden" name="op" value="add-branch-item" /> |
| 916 |
<input type="hidden" name="branch" value="[% current_branch | html %]"/> |
926 |
<input type="hidden" name="branch" value="[% current_branch | html %]"/> |
| 917 |
<table> |
927 |
<table> |
|
|
928 |
<caption class="sr-only">[% IF humanbranch %]Holds policy by item type for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default holds policy by item type[% END %]</caption> |
| 918 |
<tr> |
929 |
<tr> |
| 919 |
<th>Item type</th> |
930 |
<th>Item type</th> |
| 920 |
<th>Hold policy</th> |
931 |
<th>Hold policy</th> |