---
 .../en/modules/authorities/searchresultlist.tmpl   |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl
index e49a997..01667e5 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl
@@ -58,7 +58,11 @@ function searchauthority() {
       <th>Delete</th>
     </tr>
 <!-- TMPL_LOOP NAME="result" -->
+    <!-- TMPL_UNLESS name="__odd__" -->
+    <tr class="highlight">
+    <!-- TMPL_ELSE -->
     <tr>
+    <!-- /TMPL_UNLESS -->
       <td><a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->"><!-- 
TMPL_VAR NAME="summary" --></a></td>
   <!-- TMPL_UNLESS name="isEDITORS" -->
       <td>
-- 
1.5.6.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to