Bug 2889: Added shading for alternating rows to authorised_values.tmpl
authorGarry Collum <gcollum@gmail.com>
Mon, 8 Jun 2009 19:48:21 +0000 (15:48 -0400)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:07 +0000 (23:19 +0200)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl

index 46abf44..20b8712 100644 (file)
@@ -198,7 +198,11 @@ the subfield is not entered through a free field, but though a list of authorize
        <th>Delete</th>
        </tr>
 <!-- TMPL_LOOP name="loop" -->
+<!-- TMPL_UNLESS name="__odd__" -->
+<tr class="highlight">
+<!-- TMPL_ELSE -->
 <tr>
+<!-- /TMPL_UNLESS -->
        <td><!-- TMPL_VAR name="category" --></td>
        <td><!-- TMPL_VAR name="authorised_value" --></td>
        <td><!-- TMPL_VAR name="lib" --></td>