Bugzilla – Attachment 13452 Details for
Bug 9077
OPAC Social media links broken by fix for Bug 8973
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9077 [3.8.x] OPAC Social media links broken by fix for Bug 8973
Bug-9077-38x-OPAC-Social-media-links-broken-by-fix.patch (text/plain), 3.08 KB, created by
Owen Leonard
on 2012-11-14 17:42:06 UTC
(
hide
)
Description:
Bug 9077 [3.8.x] OPAC Social media links broken by fix for Bug 8973
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-11-14 17:42:06 UTC
Size:
3.08 KB
patch
obsolete
>From 05af0c61d5e9175ed8caf5e637893d89e23ddcd2 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 14 Nov 2012 12:31:47 -0500 >Subject: [PATCH] Bug 9077 [3.8.x] OPAC Social media links broken by fix for > Bug 8973 >Content-Type: text/plain; charset="utf-8" > >This patch returns the structure of the social media icons >markup to the state it was in before the application of the >patch for Bug 8973 and adds the missing filters which would >have been added by that patch. > >To test, view any OPAC detail page in origin/3.8.x. After >applying this patch the social media icons should appear >normally. >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 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 fe4fda1..8856d3f 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -1205,12 +1205,12 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > [% IF ( SocialNetworks ) %] > <div class="social_networks"> > <span>Share</span> >- <div><a id="facebook" href="http://www.facebook.com/sharer.php?u=[% current_url |url %]&t=[% title |url %]" title="Share on Facebook">Facebook</a></div> >- <div><a id="twitter" href="http://twitter.com/share" title="Share on Twitter">Twitter</a></div> >- <div><a id="linkedin" href="http://www.linkedin.com/shareArticle?mini=true&url=[% current_url |url %]&title=[% title |url %]" title="Share on LinkedIn">LinkedIn</a></div> >- <div><a id="delicious" href="http://www.delicious.com/save?url=[% current_url |url %]&title=[% title |url %]" title="Share on Delicious">Delicious</a></div> >- <div><a id="email" href="mailto:?subject=[% title |url %]&body=[% title |url %] ([% current_url |url %])" title="Share by email">Email</a></div> >- <div><g:plusone size="small"></g:plusone></div> >+ <a href="http://www.facebook.com/sharer.php?u=[% current_url |url %]&t=[% title |url %]" title="Share on Facebook"><img alt="Share on Facebook" src="/opac-tmpl/prog/images/socnet/facebook16.png" /></a> >+ <a href="http://twitter.com/share" title="Share on Twitter"><img alt="Share on Twitter" src="/opac-tmpl/prog/images/socnet/twitter16.png" /></a> >+ <a href="http://www.linkedin.com/shareArticle?mini=true&url=[% current_url |url %]&title=[% title |url %]" title="Share on LinkedIn"><img alt="Share on LinkedIn" src="/opac-tmpl/prog/images/socnet/linkedin16.png" /></a> >+ <a href="http://www.delicious.com/save?url=[% current_url |url %]&title=[% title |url %]" title="Share on Delicious"><img alt="Share on Delicious" src="/opac-tmpl/prog/images/socnet/delicious16.gif" /></a> >+ <g:plusone size="small"></g:plusone> >+ <a href="mailto:ADRESSE?subject=TO READ : [% title |url %]&body=[% title |url %] [% current_url |url %]" title="Share by email"><img alt="Share by email" src="/opac-tmpl/prog/images/socnet/mailto16.png" /></a> > </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 9077
:
13452
|
13505