@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt @@ -3,11 +3,12 @@ [% USE Price %] [% SET ENABLE_OPAC_PAYMENTS = Koha.Preference('EnablePayPalOpacPayments') %] [% SET DISPLAY_PAYMENT_BLOCK = 0 %] - [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Your fines and charges [% INCLUDE 'doc-head-close.inc' %] -[% BLOCK cssinclude %][% END %] +[% BLOCK cssinclude %] + +[% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-account' bodyclass='scrollto' %] @@ -66,7 +67,7 @@ [% IF ( ACCOUNT_LINES ) %]
- +
[% IF ENABLE_OPAC_PAYMENTS %][% END %] @@ -176,9 +177,14 @@ [% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] +[% INCLUDE 'datatables.inc' %]