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)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 8 Jun 2009 21:47:56 +0000 (16:47 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.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>