| Lines 756-763
          
      
      
        Link Here | 
        
          | 756 |                                     <thead> | 756 |                                     <thead> | 
        
          | 757 |                                         <tr> | 757 |                                         <tr> | 
        
          | 758 |                                             <th class="anti-the">Title</th> | 758 |                                             <th class="anti-the">Title</th> | 
          
            
              | 759 |                                             <th class="psort title-string">Placed on</th> | 759 |                                             <th class="psort">Placed on</th> | 
            
              | 760 |                                             <th class="title-string">Expires on</th> | 760 |                                             <th>Expires on</th> | 
        
          | 761 |                                             <th>Pickup location</th> | 761 |                                             <th>Pickup location</th> | 
        
          | 762 |                                             <th>Status</th> | 762 |                                             <th>Status</th> | 
        
          | 763 |                                             <th class="nosort"> </th> | 763 |                                             <th class="nosort"> </th> | 
  
    | Lines 769-781
          
      
      
        Link Here | 
        
          | 769 |                                             <td class="title"> | 769 |                                             <td class="title"> | 
        
          | 770 |                                                 <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% RECALL.biblionumber | html %]">[% INCLUDE 'biblio-title.inc' biblio=RECALL.biblio %]</a> [% IF RECALL.item_level_recall %]<p class="hint">Item recalled: [% RECALL.item.barcode | html %]</p>[% END %] | 770 |                                                 <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% RECALL.biblionumber | html %]">[% INCLUDE 'biblio-title.inc' biblio=RECALL.biblio %]</a> [% IF RECALL.item_level_recall %]<p class="hint">Item recalled: [% RECALL.item.barcode | html %]</p>[% END %] | 
        
          | 771 |                                             </td> | 771 |                                             </td> | 
          
            
              | 772 |                                             <td class="recalldate"> | 772 |                                             <td class="recalldate" data-order="[% RECALL.recalldate | html %]"> | 
        
          | 773 |                                                 <span title="[% RECALL.recalldate | html %]"> | 773 |                                                 <span title="[% RECALL.recalldate | html %]"> | 
        
          | 774 |                                                     <span class="tdlabel">Recall date:</span> | 774 |                                                     <span class="tdlabel">Recall date:</span> | 
        
          | 775 |                                                     [% RECALL.recalldate | $KohaDates %] | 775 |                                                     [% RECALL.recalldate | $KohaDates %] | 
        
          | 776 |                                                 </span> | 776 |                                                 </span> | 
        
          | 777 |                                             </td> | 777 |                                             </td> | 
          
            
              | 778 |                                             <td class="expirationdate"> | 778 |                                             <td class="expirationdate" data-order="[% RECALL.expirationdate | html %]"> | 
        
          | 779 |                                                 [% IF ( RECALL.expirationdate ) %] | 779 |                                                 [% IF ( RECALL.expirationdate ) %] | 
        
          | 780 |                                                     <span title="[% RECALL.expirationdate | html %]"> | 780 |                                                     <span title="[% RECALL.expirationdate | html %]"> | 
        
          | 781 |                                                         <span class="tdlabel">Expiration:</span> | 781 |                                                         <span class="tdlabel">Expiration:</span> |