| Lines 169-175
          tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
      
      
        Link Here | 
        
          | 169 |         <th>Heading</th> | 169 |         <th>Heading</th> | 
        
          | 170 |         <th>Authority Type</th> | 170 |         <th>Authority Type</th> | 
        
          | 171 |         <th>MARC</th> | 171 |         <th>MARC</th> | 
            
              | 172 |         <!-- <th>Card</th> --> |  |  | 
        
          | 173 |         <th> </th> | 172 |         <th> </th> | 
        
          | 174 |     </tr></thead> | 173 |     </tr></thead> | 
        
          | 175 |     <tbody>[% FOREACH breeding_loo IN breeding_loop %] | 174 |     <tbody>[% FOREACH breeding_loo IN breeding_loop %] | 
  
    | Lines 179-185
          tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
      
      
        Link Here | 
        
          | 179 |             <td>[% breeding_loo.heading %]</td> | 178 |             <td>[% breeding_loo.heading %]</td> | 
        
          | 180 |             <td>[% breeding_loo.heading_code %]</td> | 179 |             <td>[% breeding_loo.heading_code %]</td> | 
        
          | 181 |             <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" class="previewMARC">MARC</a></td> | 180 |             <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" class="previewMARC">MARC</a></td> | 
            
              | 182 |             <!-- <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid %]" title="MARC" rel="gb_page_center[600,500]">Card</a></td> --> |  |  | 
        
          | 183 |             <td><a href="#" onclick="Import([% breeding_loo.breedingid %],'[% breeding_loo.heading_code %]','[% breeding_loo.authid %]'); return false">Import</a></td> | 181 |             <td><a href="#" onclick="Import([% breeding_loo.breedingid %],'[% breeding_loo.heading_code %]','[% breeding_loo.authid %]'); return false">Import</a></td> | 
        
          | 184 |         </tr> | 182 |         </tr> | 
        
          | 185 |         [% END %] | 183 |         [% END %] | 
            
              | 186 | -  |  |  |