| 
      
            Lines 1-6
          
      
      
        Link Here
      
     | 
  
        
          | 1 | 
          [% USE raw %]  | 
          1 | 
          [% USE raw %]  | 
        
        
          | 2 | 
          [% USE Koha %]  | 
          2 | 
          [% USE Koha %]  | 
        
        
          | 3 | 
          [% USE AdditionalContents %]  | 
          3 | 
          [% USE AdditionalContents %]  | 
        
            
               | 
               | 
              4 | 
              [% PROCESS 'html_helpers.inc' %]  | 
            
        
          | 4 | 
          [% SET OpacNavRight = AdditionalContents.get( location => "OpacNavRight", lang => news_lang, library => logged_in_user.branchcode || default_branch ) %]  | 
          5 | 
          [% SET OpacNavRight = AdditionalContents.get( location => "OpacNavRight", lang => news_lang, library => logged_in_user.branchcode || default_branch ) %]  | 
        
        
          | 5 | 
          [% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]  | 
          6 | 
          [% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]  | 
        
        
          | 6 | 
          [% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]  | 
          7 | 
          [% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]  | 
        
  
    | 
      
            Lines 109-115
          
      
      
        Link Here
      
     | 
  
        
          | 109 | 
                                              <input type="hidden" name="op" value="cud-login">  | 
          110 | 
                                              <input type="hidden" name="op" value="cud-login">  | 
        
        
          | 110 | 
                                              <fieldset class="brief">  | 
          111 | 
                                              <fieldset class="brief">  | 
        
        
          | 111 | 
                                                  <legend>Log in to your account:</legend>  | 
          112 | 
                                                  <legend>Log in to your account:</legend>  | 
        
          
            
              | 112 | 
                                                      <label for="userid">[% Koha.Preference('OPACLoginLabelTextContent') | html %]:</label> | 
              113 | 
                                                      [% PROCESS login_label for="userid" %]  | 
            
        
          | 113 | 
                                                  [% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] | 
          114 | 
                                                  [% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] | 
        
        
          | 114 | 
                                                      <input class="form-control" type="text" id="userid" size="10" name="login_userid" value="[% borrower.userid | html %]" autocomplete="off" />  | 
          115 | 
                                                      <input class="form-control" type="text" id="userid" size="10" name="login_userid" value="[% borrower.userid | html %]" autocomplete="off" />  | 
        
        
          | 115 | 
                                                  [% ELSE %]  | 
          116 | 
                                                  [% ELSE %]  |