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

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

Reply via email to