View | Details | Raw Unified | Return to bug 26956
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-3 / +2 lines)
Lines 533-539 legend:hover { Link Here
533
                                                    <a href="#" id="guarantor_search" class="btn btn-default"><i class="fa fa-plus"></i> Add guarantor</a>
533
                                                    <a href="#" id="guarantor_search" class="btn btn-default"><i class="fa fa-plus"></i> Add guarantor</a>
534
                                                </li>
534
                                                </li>
535
535
536
                                                [% IF relationships && Koha.Preference('AllowStaffToSetCheckoutsVisibilityForGuarantor') %]
536
                                                [% IF Koha.Preference('AllowStaffToSetCheckoutsVisibilityForGuarantor') %]
537
                                                    <li>
537
                                                    <li>
538
                                                        <label for="privacy_guarantor_checkouts">Show checkouts to guarantors</label>
538
                                                        <label for="privacy_guarantor_checkouts">Show checkouts to guarantors</label>
539
                                                        <select name="privacy_guarantor_checkouts" id="privacy_guarantor_checkouts">
539
                                                        <select name="privacy_guarantor_checkouts" id="privacy_guarantor_checkouts">
Lines 548-554 legend:hover { Link Here
548
                                                        <div class="hint">Allow guarantors of this patron to view this patron's checkouts from the OPAC</div>
548
                                                        <div class="hint">Allow guarantors of this patron to view this patron's checkouts from the OPAC</div>
549
                                                    </li>
549
                                                    </li>
550
                                                [% END %]
550
                                                [% END %]
551
                                                [% IF relationships && Koha.Preference('AllowStaffToSetFinesVisibilityForGuarantor') %]
551
                                                [% IF Koha.Preference('AllowStaffToSetFinesVisibilityForGuarantor') %]
552
                                                    <li>
552
                                                    <li>
553
                                                        <label for="privacy_guarantor_fines">Show fines to guarantors</label>
553
                                                        <label for="privacy_guarantor_fines">Show fines to guarantors</label>
554
                                                        <select name="privacy_guarantor_fines" id="privacy_guarantor_fines">
554
                                                        <select name="privacy_guarantor_fines" id="privacy_guarantor_fines">
555
- 

Return to bug 26956