| Lines 327-333
          
      
      
        Link Here | 
        
          | 327 |                     [% END %] | 327 |                     [% END %] | 
        
          | 328 |                     [% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %] | 328 |                     [% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %] | 
        
          | 329 |                         <div id="forgotpassword-modal" class="forgotpassword"> | 329 |                         <div id="forgotpassword-modal" class="forgotpassword"> | 
          
            
              | 330 |                             <p><a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a></p> | 330 |                             <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> | 
        
          | 331 |                         </div> | 331 |                         </div> | 
        
          | 332 |                     [% END %] | 332 |                     [% END %] | 
        
          | 333 |                     [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] | 333 |                     [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] | 
  
    | Lines 339-345
          
      
      
        Link Here | 
        
          | 339 |             </div> | 339 |             </div> | 
        
          | 340 |             <div class="modal-footer"> | 340 |             <div class="modal-footer"> | 
        
          | 341 |                 <input type="submit" class="btn btn-primary" value="Log in" /> | 341 |                 <input type="submit" class="btn btn-primary" value="Log in" /> | 
            
              | 342 |                 <a href="#" data-dismiss="modal" aria-hidden="true" class="cancel">Cancel</a> |  |  | 
        
          | 343 |             </div> | 342 |             </div> | 
        
          | 344 |         </form> <!-- /#auth --> | 343 |         </form> <!-- /#auth --> | 
        
          | 345 |     </div>  <!-- /#modalAuth  --> | 344 |     </div>  <!-- /#modalAuth  --> | 
            
              | 346 | -  |  |  |