Bugzilla – Attachment 24358 Details for
Bug 11558
Collector bug for Academy bootstrap3 upgrading work - Not ready (not even close) for use yet
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Upgrading opac-imageviewer.tt from Bootstrap 2.3 to 3.0
Upgrading-opac-imageviewertt-from-Bootstrap-23-to-.patch (text/plain), 4.73 KB, created by
Aleisha Amohia
on 2014-01-15 03:09:46 UTC
(
hide
)
Description:
Upgrading opac-imageviewer.tt from Bootstrap 2.3 to 3.0
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2014-01-15 03:09:46 UTC
Size:
4.73 KB
patch
obsolete
>From 49b1d7c4048add7eee6098baf993645ec2ef11fc Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >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 @@ > <li><a href="#">Images</a></li> > </ul> > >- <div class="container-fluid"> >- <div class="row-fluid"> >+ <div class="container"> >+ <div class="row"> > [% IF ( OpacNav || OpacNavBottom ) %] >- <div class="span2"> >+ <div class="col-lg-2"> > <div id="navigation"> > [% INCLUDE 'navigation.inc' %] > </div> > </div> >- <div class="span10"> >+ <div class="col-lg-10"> > [% ELSE %] >- <div class="span12"> >+ <div class="col-lg-12"> > [% END %] >- <div class="row-fluid"> >- <div class="span9"> >+ <div class="row"> >+ <div class="col-lg-9"> > <h1 class="title">Images for > [% IF ( BiblioDefaultViewmarc ) %] > <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% biblionumber |url %]" title="View details for this title"> >@@ -78,10 +78,10 @@ > [% END %][% biblio.title %]</a> [% biblio.author %] > </h1> > </div> <!-- / .span9 --> >- </div> <!-- / .row-fluid --> >+ </div> <!-- / .row --> > >- <div class="row-fluid"> >- <div class="span9"> >+ <div class="row"> >+ <div class="col-lg-9"> > <div id="imageviewer"> > <div id="largeCover"> > <img id="largeCoverImg" alt="" src="/cgi-bin/koha/opac-image.pl?imagenumber=[% imagenumber %]" /> >@@ -90,15 +90,15 @@ > </div> <!-- / .span12 --> > > [% IF OPACLocalCoverImages == 1 %] >- <div class="span3"> >+ <div class="col-lg-3"> > <div id="thumbnails"> > [% FOREACH img IN images %] > [% IF img %] > <a href="/cgi-bin/koha/opac-imageviewer.pl?biblionumber=[% biblionumber %]&imagenumber=[% img %]" onclick="showCover([% img %]); return false;"> > [% IF ( imagenumber == img ) %] >- <img class="thumbnail selected" id="[% img %]" src="/cgi-bin/koha/opac-image.pl?imagenumber=[% img %]&thumbnail=1" alt="Thumbnail"/> >+ <img class="img-thumbnail selected" id="[% img %]" src="/cgi-bin/koha/opac-image.pl?imagenumber=[% img %]&thumbnail=1" alt="Thumbnail"/> > [% ELSE %] >- <img class="thumbnail" id="[% img %]" src="/cgi-bin/koha/opac-image.pl?imagenumber=[% img %]&thumbnail=1" alt="Thumbnail"/> >+ <img class="img-thumbnail" id="[% img %]" src="/cgi-bin/koha/opac-image.pl?imagenumber=[% img %]&thumbnail=1" alt="Thumbnail"/> > [% END %] > </a> > [% END %] >@@ -108,10 +108,10 @@ > [% ELSE %] > Unfortunately, images are not enabled for this catalog at this time. > [% END %] >- </div> <!-- / .row-fluid --> >+ </div> <!-- / .row --> > </div> <!-- / .span10/12 --> >- </div> <!-- / .row-fluid --> >- </div> <!-- / .container-fluid --> >+ </div> <!-- / .row --> >+ </div> <!-- / .container --> > </div> <!-- / .main --> > > [% INCLUDE 'opac-bottom.inc' %] >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11558
:
24326
|
24327
|
24328
|
24329
|
24330
|
24331
|
24332
|
24333
|
24334
|
24335
|
24336
|
24337
|
24338
|
24339
|
24340
|
24341
|
24342
|
24343
|
24344
|
24345
|
24346
|
24347
|
24348
|
24349
|
24350
|
24351
|
24352
|
24353
|
24354
|
24355
|
24356
|
24357
| 24358 |
24359
|
24360
|
24361
|
24362
|
24363
|
24364
|
24365
|
24366
|
24367
|
24368
|
24369
|
24370
|
24371
|
24372
|
24373
|
24374
|
24375
|
24431