Bug 2889 Remove toggle in boraccount display
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / boraccount.tmpl
index 8f649ad..fce5a4d 100644 (file)
     <th>Description of charges</th>
     <th>Amount</th>
     <th>Outstanding</th>
+    <!-- TMPL_IF NAME="reverse_col" -->
     <th>&nbsp;</th>
+    <!-- /TMPL_IF -->
   </tr>
 
        <!-- FIXME: Shouldn't hardcode dollar signs, since Euro or Pound might be needed -->
   <!-- TMPL_LOOP NAME="accounts" -->
 
-   <!-- TMPL_IF NAME="toggle" --> <tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
+   <!-- TMPL_IF NAME="__odd__" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
       <td><!-- TMPL_VAR NAME="date" --></td>
       <td><!-- TMPL_VAR NAME="description" -->&nbsp;<!-- TMPL_IF NAME="itemnumber" --><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;itemnumber=<!-- TMPL_VAR NAME="itemnumber" -->">View item</a>&nbsp;<!-- /TMPL_IF --><!-- TMPL_IF NAME="printtitle" --> <!-- TMPL_VAR NAME="title" escape="html" --><!-- /TMPL_IF --></td>
       <!-- TMPL_IF NAME="amountcredit" --><td class="credit"><!-- TMPL_ELSE --><td class="debit"><!-- /TMPL_IF --><!-- TMPL_VAR NAME="amount" --></td>
       <!-- TMPL_IF NAME="amountoutstandingcredit" --><td class="credit"><!-- TMPL_ELSE --><td class="debit"><!-- /TMPL_IF --><!-- TMPL_VAR NAME="amountoutstanding" --></td>
+    <!-- TMPL_IF NAME="reverse_col" -->
       <td>
        <!-- TMPL_IF NAME="payment" -->
                <a href="boraccount.pl?action=reverse&borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&accountno=<!-- TMPL_VAR NAME="accountno" -->">Reverse</a>
@@ -50,6 +53,7 @@
                &nbsp;
        <!-- /TMPL_IF -->
       </td>
+       <!-- /TMPL_IF -->
     </tr>
 
   <!-- /TMPL_LOOP -->