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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-7 / +6 lines)
Lines 216-222 Link Here
216
                                                        <li class="guarantees-fines">
216
                                                        <li class="guarantees-fines">
217
                                                            <span class="circ-hlt">Charges:</span>
217
                                                            <span class="circ-hlt">Charges:</span>
218
                                                            Patron's guarantees collectively owe [% guarantees_fines | $Price %].
218
                                                            Patron's guarantees collectively owe [% guarantees_fines | $Price %].
219
                                                            <a id="view-guarantees-finesandcharges" href="#guarantees-finesandcharges" >See all charges.</a>
219
                                                            <a id="view_guarantees_finesandcharges" href="#guarantees_finesandcharges" >See all charges.</a>
220
                                                        </li>
220
                                                        </li>
221
                                                    [% END %]
221
                                                    [% END %]
222
                                                    [% FOREACH guarantee IN guarantees %]
222
                                                    [% FOREACH guarantee IN guarantees %]
Lines 675-682 Link Here
675
                                </li>
675
                                </li>
676
                            [% END %]
676
                            [% END %]
677
                            [% IF ( guarantees_fines ) %]
677
                            [% IF ( guarantees_fines ) %]
678
                                <li id="guarantees-finestab">
678
                                <li role="presentation" id="guarantees_finestab">
679
                                    <a href="#guarantees-finesandcharges">Guarantees' charges ([% guarantees_fines | $Price %])</a>
679
                                    <a href="#guarantees_finesandcharges" aria-controls="guarantees_finesandcharges" role="tab" data-toggle="tab">Guarantees' charges ([% guarantees_fines | $Price %])</a>
680
                                </li>
680
                                </li>
681
                            [% END %]
681
                            [% END %]
682
                            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
682
                            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
Lines 755-761 Link Here
755
                            [% END %]
755
                            [% END %]
756
756
757
                        [% IF ( guarantees_fines ) %]
757
                        [% IF ( guarantees_fines ) %]
758
                            <div id="guarantees-finesandcharges">
758
                            <div id="guarantees_finesandcharges" role="tabpanel" class="tab-pane">
759
                                <table id="tguaranteesfines">
759
                                <table id="tguaranteesfines">
760
                                    <thead>
760
                                    <thead>
761
                                        <tr>
761
                                        <tr>
Lines 952-959 Link Here
952
                $('#debarments-tab-link').click();
952
                $('#debarments-tab-link').click();
953
            });
953
            });
954
954
955
            $("#view-guarantees-finesandcharges").on("click",function(){
955
            $("#view_guarantees_finesandcharges").on("click",function(){
956
                $('#guarantees-finestab a').click();
956
                $('#guarantees_finestab a').click();
957
            });
957
            });
958
958
959
         });
959
         });
960
- 

Return to bug 26598