Bugzilla – Attachment 24359 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-detail.tt from Bootstrap 2.3 to 3.0
Upgrading-opac-detailtt-from-Bootstrap-23-to-30.patch (text/plain), 4.12 KB, created by
Aleisha Amohia
on 2014-01-15 03:10:04 UTC
(
hide
)
Description:
Upgrading opac-detail.tt from Bootstrap 2.3 to 3.0
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2014-01-15 03:10:04 UTC
Size:
4.12 KB
patch
obsolete
>From 8ff4c2d267e4a9bed72c9dae0497187ec4e92eb8 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Wed, 15 Jan 2014 14:11:49 +1300 >Subject: [PATCH] Upgrading opac-detail.tt from Bootstrap 2.3 to 3.0 > >http://bugs.koha-community.org/show_bug.cgi?id=11558 >--- > .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 24 ++++++++++---------- > 1 file changed, 12 insertions(+), 12 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 867cb74..4376dcf 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -35,9 +35,9 @@ > <li><a href="#">Details for: [% title |html %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield |html %][% END %]</a></li> > </ul> > >- <div class="container-fluid"> >- <div class="row-fluid"> >- <div class="span9"> >+ <div class="container"> >+ <div class="row"> >+ <div class="col-lg-9"> > <div id="catalogue_detail_biblio" class="maincontent"> > > <div id="bookcover"> >@@ -55,9 +55,9 @@ > [% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] > [% IF ( content_identifier_exists ) %] > [% IF ( using_https ) %] >- <img src="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/[% SyndeticsCoverImageSize %].GIF&client=[% SyndeticsClientCode %]&type=xw10&upc=[% normalized_upc %]&oclc=[% normalized_oclc %]" alt="" class="thumbnail" /> >+ <img src="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/[% SyndeticsCoverImageSize %].GIF&client=[% SyndeticsClientCode %]&type=xw10&upc=[% normalized_upc %]&oclc=[% normalized_oclc %]" alt="" class="img-thumbnail" /> > [% ELSE %] >- <img src="http://www.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/[% SyndeticsCoverImageSize %].GIF&client=[% SyndeticsClientCode %]&type=xw10&upc=[% normalized_upc %]&oclc=[% normalized_oclc %]" alt="" class="thumbnail" /> >+ <img src="http://www.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/[% SyndeticsCoverImageSize %].GIF&client=[% SyndeticsClientCode %]&type=xw10&upc=[% normalized_upc %]&oclc=[% normalized_oclc %]" alt="" class="img-thumbnail" /> > [% END %] > > [% ELSE %] >@@ -1008,7 +1008,7 @@ > [% END # / IF Babeltheque %] > </div> <!-- /.span8 --> > >- <div class="span3"> >+ <div class="col-lg-3"> > <div id="ulactioncontainer"> > > [% IF ( OpacBrowseResults && busc ) %] >@@ -1078,8 +1078,8 @@ > [% END %] > </div> <!-- / .ulactioncontainer --> > </div> <!-- / .span4 --> >- </div> <!-- / .row-fluid --> >- <div class="row-fluid"> >+ </div> <!-- / .row --> >+ <div class="row"> > [% IF ( LibraryThingForLibrariesID ) %] > [% IF ( using_https ) %] > <script src="https://ltfl.librarything.com/forlibraries/widget.js?systype=koha&id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> >@@ -1100,8 +1100,8 @@ > [% IF ( Babeltheque ) %] > <script type="text/javascript" src="[% Babeltheque_url_js %]"></script> > [% END %] >- </div> <!-- / .row-fluid --> >-</div> <!-- / .container-fluid --> >+ </div> <!-- / .row --> >+</div> <!-- / .container --> > </div> <!-- / .main --> > > [% INCLUDE 'opac-bottom.inc' %] >@@ -1673,8 +1673,8 @@ > makeAuthorRequest(); > > // Display menu >- var left = element.offsetLeft || 0; >- var top = element.offsetTop || 0; >+ var left = element.col-offset-Left || 0; >+ var top = element.col-offset-Top || 0; > $('.authorSearch').css('display', 'block'); > $('.authorSearch').css('left', left); > $('.authorSearch').css('top', top + 15); >-- >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