@@ -, +, @@ --- .../bootstrap/en/modules/opac-imageviewer.tt | 32 ++++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt @@ -52,20 +52,20 @@
  • Images
  • -
    -
    +
    +
    [% IF ( OpacNav || OpacNavBottom ) %] -
    +
    -
    +
    [% ELSE %] -
    +
    [% END %] -
    -
    +
    +

    Images for [% IF ( BiblioDefaultViewmarc ) %] @@ -78,10 +78,10 @@ [% END %][% biblio.title %] [% biblio.author %]

    -
    +
    -
    -
    +
    +
    @@ -90,15 +90,15 @@
    [% IF OPACLocalCoverImages == 1 %] -
    +
    [% FOREACH img IN images %] [% IF img %] [% IF ( imagenumber == img ) %] - Thumbnail + Thumbnail [% ELSE %] - Thumbnail + Thumbnail [% END %] [% END %] @@ -108,10 +108,10 @@ [% ELSE %] Unfortunately, images are not enabled for this catalog at this time. [% END %] -
    +
    -
    -
    +
    +
    [% INCLUDE 'opac-bottom.inc' %] --