View | Details | Raw Unified | Return to bug 22627
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc (-1 / +1 lines)
Lines 1-4 Link Here
1
<h3>Fines and charges</h3>
1
<h3>Charges</h3>
2
2
3
[% IF ( ACCOUNT_LINES ) %]
3
[% IF ( ACCOUNT_LINES ) %]
4
    <form method="post" action="opac-account-pay.pl" class="form-horizontal">
4
    <form method="post" action="opac-account-pay.pl" class="form-horizontal">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-2 / +1 lines)
Lines 267-273 Link Here
267
                                        Holds ([% HOLDS.count | html %])
267
                                        Holds ([% HOLDS.count | html %])
268
                                    </a>
268
                                    </a>
269
                                </li>
269
                                </li>
270
                                <li><a href="#account-tab" data-toggle="tab">Fines and charges ([% total | $Price %])</a></li>
270
                                <li><a href="#account-tab" data-toggle="tab">Charges ([% total | $Price %])</a></li>
271
                            </ul>
271
                            </ul>
272
                            <div class="tab-content">
272
                            <div class="tab-content">
273
                                <div id="checkouts-tab" class="tab-pane active">
273
                                <div id="checkouts-tab" class="tab-pane active">
274
- 

Return to bug 22627