Bugzilla – Attachment 15717 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]
[SIGNED-OFF] Bug 9068: Baebeltheque - add podcast
0001-SIGNED-OFF-Bug-9068-Baebeltheque-add-podcast.patch (text/plain), 2.27 KB, created by
Bernardo Gonzalez Kriegel
on 2013-02-26 21:40:45 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9068: Baebeltheque - add podcast
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2013-02-26 21:40:45 UTC
Size:
2.27 KB
patch
obsolete
>From de87949e60c50bfa642dbc49faecad36bd9c4110 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] [SIGNED-OFF] 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 >--- > 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 cd58cb5..bc484d3 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -1347,7 +1347,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