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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +4 lines)
Lines 139-147 Using this account is not recommended because some parts of Koha will not functi Link Here
139
                            <li><a href="#opac-user-overdrive">OverDrive Account</a></li>
139
                            <li><a href="#opac-user-overdrive">OverDrive Account</a></li>
140
                            [% END %]
140
                            [% END %]
141
                        </ul>
141
                        </ul>
142
142
                        [% IF ( OverDriveCirculation ) %]
143
                        <div id="opac-user-overdrive">
143
                        <div id="opac-user-overdrive">
144
                        </div>
144
                        </div>
145
                        [% END %]
145
                        <div id="opac-user-checkouts">
146
                        <div id="opac-user-checkouts">
146
                            [% IF ( issues_count ) %]
147
                            [% IF ( issues_count ) %]
147
                                <form id="renewselected" action="/cgi-bin/koha/opac-renew.pl" method="post">
148
                                <form id="renewselected" action="/cgi-bin/koha/opac-renew.pl" method="post">
Lines 896-901 Using this account is not recommended because some parts of Koha will not functi Link Here
896
        });
897
        });
897
        //]]>
898
        //]]>
898
    </script>
899
    </script>
900
    [% IF ( OverDriveCirculation ) %]
899
    <script type="text/javascript" src="[% interface %]//[% theme %]/js/overdrive.js"></script>
901
    <script type="text/javascript" src="[% interface %]//[% theme %]/js/overdrive.js"></script>
900
    <script type="text/JavaScript">
902
    <script type="text/JavaScript">
901
    $(document).ready(function() {
903
    $(document).ready(function() {
Lines 910-913 Using this account is not recommended because some parts of Koha will not functi Link Here
910
        } );
912
        } );
911
    });
913
    });
912
    </script>
914
    </script>
915
    [% END %]
913
[% END %]
916
[% END %]
914
- 

Return to bug 18172