From 49b1d7c4048add7eee6098baf993645ec2ef11fc Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 15 Jan 2014 14:18:11 +1300 Subject: [PATCH] Upgrading opac-imageviewer.tt from Bootstrap 2.3 to 3.0 http://bugs.koha-community.org/show_bug.cgi?id=11558 --- .../bootstrap/en/modules/opac-imageviewer.tt | 32 ++++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt index 901de36..d31897e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt +++ b/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' %] -- 1.7.9.5