[Koha-patches] [PATCH] Bug 2889: Adds table highlighting to the Authority search results.

Garry Collum gcollum at gmail.com
Fri Aug 21 00:07:08 CEST 2009


---
 .../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




More information about the Koha-patches mailing list