[Koha-patches] [PATCH] Bug 2889: Added shading for alternating rows to authorised_values.tmpl

Garry Collum gcollum at gmail.com
Mon Jun 8 21:48:21 CEST 2009


---
 .../prog/en/modules/admin/authorised_values.tmpl   |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl
index 46abf44..20b8712 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl
@@ -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>
-- 
1.5.6.5




More information about the Koha-patches mailing list