Bugzilla – Attachment 13418 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]
MT10499: Babelthèque: Add podcasts
MT10499-Babelthque-Add-podcasts.patch (text/plain), 2.10 KB, created by
Jonathan Druart
on 2012-11-13 10:04:22 UTC
(
hide
)
Description:
MT10499: Babelthèque: Add podcasts
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-11-13 10:04:22 UTC
Size:
2.10 KB
patch
obsolete
>From 6191ba60628a4cfdccef9f80735f5bab686a585b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 13 Nov 2012 10:56:53 +0100 >Subject: [PATCH] =?UTF-8?q?MT10499:=20Babelth=C3=A8que:=20Add=20podcasts?= >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >http://bugs.koha-community.org/show_bug.cgi?id=9068 >--- > koha-tmpl/opac-tmpl/prog/en/css/babeltheque.css | 19 ++++++++++++++++--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 5 ++++- > 2 files changed, 20 insertions(+), 4 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..e563166 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/css/babeltheque.css >+++ b/koha-tmpl/opac-tmpl/prog/en/css/babeltheque.css >@@ -83,12 +83,21 @@ So: it should not be removed from Koha ! > content : '> '; > } > >+#BW_podcasts { >+ border: 1px solid #E8E8E8; >+ margin-top: 10px; >+ float: right; >+ width: 49%; >+ visibility: hidden; >+ visibility: visible\9; >+} > #BW_videos { >- clear : both; >+ clear :left; > border: 1px solid #E8E8E8; >- padding-bottom: 140px; > margin-top: 10px; > max-width: 100%; >+ width: 49%; >+ float: left; > visibility: hidden; > visibility: visible\9; > } >@@ -97,7 +106,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 1d0523a..0ed6fbf 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -1165,7 +1165,10 @@ 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_videos"></div> >+ <div id="BW_podcasts"></div> >+ </div> > [% END %] > > </div> >-- >1.7.10.4
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