Bugzilla – Attachment 8630 Details for
Bug 7470
Babeltheque improvement and social networks links (like, +1,...)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7470: Followup: include g+ api if syspref SocielNetwork is on
0001-Bug-7470-Followup-include-g-api-if-syspref-SocielNet.patch (text/plain), 1.13 KB, created by
Jonathan Druart
on 2012-03-26 12:43:09 UTC
(
hide
)
Description:
Bug 7470: Followup: include g+ api if syspref SocielNetwork is on
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-03-26 12:43:09 UTC
Size:
1.13 KB
patch
obsolete
>From 524603df5fa8623601f5449d4a971b17da0eba8f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 26 Mar 2012 14:42:39 +0200 >Subject: [PATCH 1/1] Bug 7470: Followup: include g+ api if syspref > SocielNetwork is on > >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 8 +++++--- > 1 files changed, 5 insertions(+), 3 deletions(-) > >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 9321f6d..bade4ba 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -2,9 +2,11 @@ > [% INCLUDE 'doc-head-close.inc' %] > <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> > >-<script type="text/javascript" src="https://apis.google.com/js/plusone.js"> >- {lang: '[% lang %]'} >-</script> >+[% IF ( SocialNetworks ) %] >+ <script type="text/javascript" src="https://apis.google.com/js/plusone.js"> >+ {lang: '[% lang %]'} >+ </script> >+[% END %] > > <script type="text/JavaScript" language="JavaScript"> > //<![CDATA[ >-- >1.7.7.3 >
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 7470
:
7984
|
7985
|
7986
|
8257
|
8336
|
8476
|
8630
|
8707
|
8716
|
8955
|
9271
|
9643
|
9674
|
10904