Bugzilla – Attachment 16809 Details for
Bug 9068
Babelthèque: New podcasts area
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9068: Baebeltheque - add podcast
PASSED-QA-Bug-9068-Baebeltheque---add-podcast.patch (text/plain), 2.33 KB, created by
Paul Poulain
on 2013-03-22 16:25:36 UTC
(
hide
)
Description:
[PASSED QA] Bug 9068: Baebeltheque - add podcast
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2013-03-22 16:25:36 UTC
Size:
2.33 KB
patch
obsolete
>From d36b7f6b8ba9593f55bb02173d291ca8b50738d3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 30 Jan 2013 10:33:25 +0100 >Subject: [PATCH] [PASSED QA] Bug 9068: Baebeltheque - add podcast > >Test plan: >check that there is no regression on the opac detail page. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Comment: Small patch. No errors > >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > koha-tmpl/opac-tmpl/prog/en/css/babeltheque.css | 27 +++++++++++++++++--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 8 +++++- > 2 files changed, 30 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/css/babeltheque.css b/koha-tmpl/opac-tmpl/prog/en/css/babeltheque.css >index 95406ec..9ada707 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/css/babeltheque.css >+++ b/koha-tmpl/opac-tmpl/prog/en/css/babeltheque.css >@@ -83,12 +83,27 @@ So: it should not be removed from Koha ! > content : '> '; > } > >+#BW_podcasts { >+ border: 1px solid #E8E8E8; >+ margin-top: 10px; >+ min-width: 100%; >+ float: left; >+ /*width: 49%;*/ >+ visibility: hidden; >+ visibility: visible\9; >+} >+ >+#BW_podcasts > iframe { >+ margin: -20px 0 10px 20px; >+} >+ > #BW_videos { >- clear : both; >+ clear :left; > border: 1px solid #E8E8E8; >- padding-bottom: 140px; > margin-top: 10px; >- max-width: 100%; >+ min-width: 100%; >+ /*width: 49%;*/ >+ float: left; > visibility: hidden; > visibility: visible\9; > } >@@ -97,7 +112,11 @@ So: it should not be removed from Koha ! > visibility: visible; > } > >-#BW_videos h2 { >+#BW_podcasts:not(:empty) { >+ visibility: visible; >+} >+ >+#BW_videos h2, #BW_podcasts h2 { > background-color: #E8E8E8; > margin: 5px 10px; > padding: 0 5px; >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >index 6321efd..c77d806 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -1359,7 +1359,13 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > <div id="BW_suggestions"></div> > </div> > <div class="clearfix"></div> >- <div id="BW_videos"></div> >+ <div> >+ <div id="BW_podcasts"></div> >+ </div> >+ <div class="clearfix"></div> >+ <div> >+ <div id="BW_videos"></div> >+ </div> > [% 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 9068
:
13418
|
14941
|
15717
| 16809