Bug 2889: Removed toggle variable from z3950_search.pl.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / z3950_search.tmpl
index 4aac772..417daa6 100644 (file)
@@ -104,7 +104,11 @@ $(document).ready(function(){
     <tbody><!-- TMPL_LOOP name="breeding_loop" -->
         <!-- TMPL_IF NAME="breedingid" -->
                
+       <!-- TMPL_UNLESS NAME="__odd__" -->
+       <tr class="highlight">
+       <!-- TMPL_ELSE -->
         <tr>
+       <!-- /TMPL_UNLESS -->
             <td><!-- TMPL_VAR name="server" --></td>
             <td><!-- TMPL_VAR NAME="title" escape="html" --></td>
             <td><!-- TMPL_VAR NAME="author" --></td>