Altering table cell color declaration to match changes in issuingrules.pl (moving...
authoroleonard <oleonard>
Thu, 20 Jan 2005 17:38:16 +0000 (17:38 +0000)
committeroleonard <oleonard>
Thu, 20 Jan 2005 17:38:16 +0000 (17:38 +0000)
koha-tmpl/intranet-tmpl/default/en/parameters/issuingrules.tmpl

index 4c6c43a..9421b33 100644 (file)
@@ -45,7 +45,7 @@
                                                <!-- TMPL_VAR NAME="categorycode" -->
                                        </th>
                                        <!-- TMPL_LOOP NAME="cell" -->
-                                               <td bgcolor="<!-- TMPL_VAR NAME="toggle" -->">
+                                               <td<!-- TMPL_IF NAME="toggle" --> class="hilighted"<!-- /TMPL_IF -->>
                                                        <input name="<!-- TMPL_VAR NAME="issuingname" -->" value="<!-- TMPL_VAR NAME="issuingvalue" -->" size="6" maxlength="10"> /
                                                        <input name="<!-- TMPL_VAR NAME="finesname" -->" value="<!-- TMPL_VAR NAME="finesvalue" -->" size="6" maxlength="10">
                                                </td>