From cd41e730d49f872f5dd70929a977c54b575808ef Mon Sep 17 00:00:00 2001 From: laury Date: Fri, 20 May 2016 16:51:28 -0400 Subject: [PATCH] Social shortcodes tabbed --- setup/shortcodes.php | 9 +++++++-- views/front/social/list.html | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/setup/shortcodes.php b/setup/shortcodes.php index 170f74d..0684bc5 100644 --- a/setup/shortcodes.php +++ b/setup/shortcodes.php @@ -119,11 +119,16 @@ $glmMembersSocialShortcodes = array( ), ); -$glmMembersSocialShortcodesDescription = ' +$glmMembersSocialShortcodesDescription = ' + + + - '; + +
ShortcodeAttributeDescription
[glm-members-social-list]   Displays a list of social url\'s.
+'; diff --git a/views/front/social/list.html b/views/front/social/list.html index 41a528d..f88eb60 100644 --- a/views/front/social/list.html +++ b/views/front/social/list.html @@ -26,7 +26,7 @@ newImage.src=canvas.toDataURL("image/png") // $("#glm_{$social.social_name}").append(newImage); $("#glm_{$social.social_name} > img").attr('src',newImage.src); - } + } }); --> -- 2.17.1