From 05af0c61d5e9175ed8caf5e637893d89e23ddcd2 Mon Sep 17 00:00:00 2001 From: Owen Leonard 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 ) %]
Share -
Facebook
-
Twitter
-
LinkedIn
-
Delicious
-
Email
-
+ Share on Facebook + Share on Twitter + Share on LinkedIn + Share on Delicious + + Share by email
[% END %] -- 1.7.9.5