Bugzilla – Attachment 24363 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 bootstrap from 2.3 to 3.0
upgrading-bootstrap-from-23-to-30.patch (text/plain), 2.96 KB, created by
Daniel Barker
on 2014-01-15 03:14:41 UTC
(
hide
)
Description:
upgrading bootstrap from 2.3 to 3.0
Filename:
MIME Type:
Creator:
Daniel Barker
Created:
2014-01-15 03:14:41 UTC
Size:
2.96 KB
patch
obsolete
>From 78f6557ee1d1b7676e2ef936597cc9400a4134a7 Mon Sep 17 00:00:00 2001 >From: Daniel Barker <daniel.barker.nz@gmail.com> >Date: Wed, 15 Jan 2014 15:32:37 +1300 >Subject: [PATCH] upgrading bootstrap from 2.3 to 3.0 > >http://bugs.koha-community.org/show_bug.cgi?id=11558 >--- > .../bootstrap/en/modules/opac-results-grouped.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt >index 855714a..32661d4 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt >@@ -28,8 +28,8 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> > </ul> > > [% IF ( query_error ) %] >- <div class="container-fluid"> >- <div class="row-fluid"> >+ <div class="container"> >+ <div class="row"> > <div class="span12"> > <div class="alert"> > <h4>Error:</h4> >@@ -41,7 +41,7 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> > [% END %] > > <div class="container-fluid"> >- <div class="row-fluid"> >+ <div class="row"> > [% IF ( opacfacets && total ) %] > <div class="span2"> > <div id="facetcontainer"> >@@ -157,7 +157,7 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> > [% END %] > <td> > [% IF ( OPACAmazonCoverImages ) %] >- <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% GROUP_RESULT.biblionumber |url %]">[% IF ( GROUP_RESULT.isbn ) %]<img src="http://images.amazon.com/images/P/[% GROUP_RESULT.isbn %].01.TZZZZZZZ.jpg" alt="" class="thumbnail" />[% ELSE %]<img src="http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif" alt="" class="thumbnail" />[% END %] >+ <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% GROUP_RESULT.biblionumber |url %]">[% IF ( GROUP_RESULT.isbn ) %]<img src="http://images.amazon.com/images/P/[% GROUP_RESULT.isbn %].01.TZZZZZZZ.jpg" alt="" class="img-thumbnail" />[% ELSE %]<img src="http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif" alt="" class="thumbnail" />[% END %] > </a> > [% ELSE %] > [% UNLESS ( noItemTypeImages ) %] >@@ -356,4 +356,4 @@ function highlightOn() { > } > //]]> > </script> >-[% END %] >\ No newline at end of file >+[% END %] >-- >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