Removing hard-coded $ symbols from the template, addressing Bug 2547
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-account.tmpl
index 54d9156..7082eec 100644 (file)
@@ -28,7 +28,7 @@
             <tfoot>
             <tr>
                 <th class="sum" colspan="3">Total Due</th>
-                <td class="sum">$<!-- TMPL_VAR NAME="total" --></td>
+                <td class="sum"><!-- TMPL_VAR NAME="total" --></td>
             </tr>
             </tfoot>
             
@@ -38,8 +38,8 @@
                         <td><!-- TMPL_VAR NAME="date" --></td>
                         <td><!-- TMPL_VAR NAME="description" -->
                         <!-- TMPL_IF NAME="title" --><!-- 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="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>
                     </tr>
                 <!-- /TMPL_LOOP -->
             </tbody>