Lines 581-587
legend:hover {
Link Here
|
581 |
|
581 |
|
582 |
[% IF Koha.Preference('AllowStaffToSetCheckoutsVisibilityForGuarantor') %] |
582 |
[% IF Koha.Preference('AllowStaffToSetCheckoutsVisibilityForGuarantor') %] |
583 |
<li> |
583 |
<li> |
584 |
<label for="privacy_guarantor_checkouts">Show checkouts to guarantors</label> |
584 |
<label for="privacy_guarantor_checkouts">Show checkouts to guarantors:</label> |
585 |
<select name="privacy_guarantor_checkouts" id="privacy_guarantor_checkouts"> |
585 |
<select name="privacy_guarantor_checkouts" id="privacy_guarantor_checkouts"> |
586 |
[% IF borrower_data.privacy_guarantor_checkouts %] |
586 |
[% IF borrower_data.privacy_guarantor_checkouts %] |
587 |
<option value="0">No</option> |
587 |
<option value="0">No</option> |
Lines 596-602
legend:hover {
Link Here
|
596 |
[% END %] |
596 |
[% END %] |
597 |
[% IF Koha.Preference('AllowStaffToSetFinesVisibilityForGuarantor') %] |
597 |
[% IF Koha.Preference('AllowStaffToSetFinesVisibilityForGuarantor') %] |
598 |
<li> |
598 |
<li> |
599 |
<label for="privacy_guarantor_fines">Show charges to guarantors</label> |
599 |
<label for="privacy_guarantor_fines">Show charges to guarantors:</label> |
600 |
<select name="privacy_guarantor_fines" id="privacy_guarantor_fines"> |
600 |
<select name="privacy_guarantor_fines" id="privacy_guarantor_fines"> |
601 |
[% IF borrower_data.privacy_guarantor_fines %] |
601 |
[% IF borrower_data.privacy_guarantor_fines %] |
602 |
<option value="0">No</option> |
602 |
<option value="0">No</option> |