Lines 610-616
legend:hover {
Link Here
|
610 |
[% END %] |
610 |
[% END %] |
611 |
[% IF Koha.Preference('AllowStaffToSetFinesVisibilityForGuarantor') %] |
611 |
[% IF Koha.Preference('AllowStaffToSetFinesVisibilityForGuarantor') %] |
612 |
<li> |
612 |
<li> |
613 |
<label for="privacy_guarantor_fines">Show fines to guarantors</label> |
613 |
<label for="privacy_guarantor_fines">Show charges to guarantors</label> |
614 |
<select name="privacy_guarantor_fines" id="privacy_guarantor_fines"> |
614 |
<select name="privacy_guarantor_fines" id="privacy_guarantor_fines"> |
615 |
[% IF borrower_data.privacy_guarantor_fines %] |
615 |
[% IF borrower_data.privacy_guarantor_fines %] |
616 |
<option value="0">No</option> |
616 |
<option value="0">No</option> |
Lines 620-626
legend:hover {
Link Here
|
620 |
<option value="1">Yes</option> |
620 |
<option value="1">Yes</option> |
621 |
[% END %] |
621 |
[% END %] |
622 |
</select> |
622 |
</select> |
623 |
<div class="hint">Allow guarantors of this patron to view this patron's fines from the OPAC</div> |
623 |
<div class="hint">Allow guarantors of this patron to view this patron's charges from the OPAC</div> |
624 |
</li> |
624 |
</li> |
625 |
[% END %] |
625 |
[% END %] |
626 |
</ol> |
626 |
</ol> |