From 60432e75c1227dcd0ec7c8a062b373fb6e6d0e15 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 14 Nov 2012 12:31:47 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 9077 [3.8.x] OPAC Social media links broken by fix for Bug 8973 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. Signed-off-by: Srikanth Dhondi --- 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 ) %] [% END %] -- 1.7.9.5