Social shortcodes tabbed
authorlaury <laury@gaslightmedia.com>
Fri, 20 May 2016 20:51:28 +0000 (16:51 -0400)
committerlaury <laury@gaslightmedia.com>
Fri, 20 May 2016 20:51:28 +0000 (16:51 -0400)
setup/shortcodes.php
views/front/social/list.html

index 170f74d..0684bc5 100644 (file)
@@ -119,11 +119,16 @@ $glmMembersSocialShortcodes = array(
     ),
 );
 
-$glmMembersSocialShortcodesDescription = '<tr>
+$glmMembersSocialShortcodesDescription = '
+<table id="glm-table-shortcodes-social" class="glm-admin-table glm-shortcodes-table glm-hidden">
+    <tr><th>Shortcode</th><th>Attribute</th><th>Description</th></tr>    
+    <tr>
         <th>[glm-members-social-list]</th>
         <td>&nbsp;</td>
         <td width="50%">
             Displays a list of social url\'s.
         </td>
-    </tr>';
+    </tr>
+</table>    
+';
 
index 41a528d..f88eb60 100644 (file)
@@ -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);
-                }              
+                }
             });
         </script>-->