| 
      
            Lines 83-89
          $.tablesorter.addParser({
      
      
        Link Here
      
     | 
  
        
          | 83 | 
          		  | 
          83 | 
          		  | 
        
        
          | 84 | 
                  [% IF ( BORROWER_INF.warndeparture ) %]  | 
          84 | 
                  [% IF ( BORROWER_INF.warndeparture ) %]  | 
        
        
          | 85 | 
                  <div class="dialog alert" id="warndeparture">  | 
          85 | 
                  <div class="dialog alert" id="warndeparture">  | 
        
          
            
              | 86 | 
                              <strong>Please note:</strong><span> Your card will expire on <span id="warndeparture_date">[% BORROWER_INF.warndeparture %]</span>. Please contact the library for more information.</span>  | 
              86 | 
                              <strong>Please note:</strong><span> Your card will expire on <span id="warndeparture_date">[% BORROWER_INF.warndeparture | $KohaDates %]</span>. Please contact the library for more information.</span>  | 
            
        
          | 87 | 
                          [% IF ( BORROWER_INF.returnbeforeexpiry ) %]<span id="warndeparture_returnbeforeexpiry"> Also note that you must return all checked out items before your card expires.</span>[% END %]  | 
          87 | 
                          [% IF ( BORROWER_INF.returnbeforeexpiry ) %]<span id="warndeparture_returnbeforeexpiry"> Also note that you must return all checked out items before your card expires.</span>[% END %]  | 
        
        
          | 88 | 
                  </div>  | 
          88 | 
                  </div>  | 
        
        
          | 89 | 
                  [% END %]  | 
          89 | 
                  [% END %]  | 
        
            
              | 90 | 
              -   | 
               | 
               |