| Lines 393-399
          function validate1(date) {
      
      
        Link Here | 
        
          | 393 | <div class="rows">  | 393 | <div class="rows">  | 
        
          | 394 | <ol> | 394 | <ol> | 
        
          | 395 |     <li id ="cardnumber"><span class="label">Card number: </span>[% cardnumber %]</li> | 395 |     <li id ="cardnumber"><span class="label">Card number: </span>[% cardnumber %]</li> | 
          
            
              | 396 | 	<li id="borrowernumber"><span class="label">Borrowernumber: </span> [% borrowernumber %]</li> | 396 | 	  <li id="borrowernumber"><span class="label">Borrowernumber: </span> [% borrowernumber %]</li> | 
        
          | 397 |     <li id="category"><span class="label">Category: </span>[% categoryname %] ([% categorycode %])</li> | 397 |     <li id="category"><span class="label">Category: </span>[% categoryname %] ([% categorycode %])</li> | 
        
          | 398 |     <li id="registrationdate"><span class="label">Registration date: </span>[% dateenrolled | $KohaDates %]</li> | 398 |     <li id="registrationdate"><span class="label">Registration date: </span>[% dateenrolled | $KohaDates %]</li> | 
        
          | 399 |      | 399 |      | 
  
    | Lines 489-498
          function validate1(date) {
      
      
        Link Here | 
        
          | 489 |     <li id="firstname"><span class="label">First name: </span>[% altcontactfirstname | html %]</li> | 489 |     <li id="firstname"><span class="label">First name: </span>[% altcontactfirstname | html %]</li> | 
        
          | 490 |     <li id="address"><span class="label">Address: </span>[% altcontactaddress1 | html %]</li> | 490 |     <li id="address"><span class="label">Address: </span>[% altcontactaddress1 | html %]</li> | 
        
          | 491 |     <li id="address2"><span class="label">Address 2: </span>[% altcontactaddress2 | html %]</li> | 491 |     <li id="address2"><span class="label">Address 2: </span>[% altcontactaddress2 | html %]</li> | 
          
            
              | 492 | 	<li id="city"><span class="label">City: </span>[% altcontactaddress3 | html %]</li> | 492 | 	  <li id="city"><span class="label">City: </span>[% altcontactaddress3 | html %]</li> | 
        
          | 493 |     [% IF ( altcontactstate ) %]<li id="state"><span class="label">State: </span>[% altcontactstate | html %]</li>[% END %] | 493 |     [% IF ( altcontactstate ) %]<li id="state"><span class="label">State: </span>[% altcontactstate | html %]</li>[% END %] | 
        
          | 494 |     <li id="zip/postalcode"><span class="label">ZIP/Postal code: </span>[% altcontactzipcode | html %]</li> | 494 |     <li id="zip/postalcode"><span class="label">ZIP/Postal code: </span>[% altcontactzipcode | html %]</li> | 
          
            
              | 495 | 	[% IF ( altcontactcountry ) %]<li id="country"><span class="label">Country: </span>[% altcontactcountry | html %]</li>[% END %] | 495 | 	  [% IF ( altcontactcountry ) %]<li id="country"><span class="label">Country: </span>[% altcontactcountry | html %]</li>[% END %] | 
        
          | 496 |     [% IF ( altcontactphone ) %]<li id="phone"><span class="label">Phone: </span><a href="tel:[% altcontactphone | url %]">[% altcontactphone | html %]</a></li>[% END %] | 496 |     [% IF ( altcontactphone ) %]<li id="phone"><span class="label">Phone: </span><a href="tel:[% altcontactphone | url %]">[% altcontactphone | html %]</a></li>[% END %] | 
        
          | 497 |     </ol></div> | 497 |     </ol></div> | 
        
          | 498 | </div> | 498 | </div> | 
            
              | 499 | -  |  |  |