From: Anthony Talarico Date: Thu, 27 Sep 2018 20:53:59 +0000 (-0400) Subject: adding button data tags and testing the click functionality for the export buttons X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f0b3af98fee760583b41c284b0dd3313dc0863b7;p=WP-Plugins%2Fglm-member-db.git adding button data tags and testing the click functionality for the export buttons --- diff --git a/views/admin/newDashboard/components/buttons.html b/views/admin/newDashboard/components/buttons.html index 71cae76f..9fe464c6 100644 --- a/views/admin/newDashboard/components/buttons.html +++ b/views/admin/newDashboard/components/buttons.html @@ -2,11 +2,10 @@
{foreach $component.buttons as $buttonName => $buttonData} + style="font-style: normal; {if $buttonData.styles}{$buttonData.styles}{/if}" + href="{if $buttonData.url}{$buttonData.url}{else}#{/if}" {if $buttonData.data} data-export={$buttonData.data} {/if}> {if $buttonData.content}{$buttonData.content}{/if} {/foreach} -
\ No newline at end of file diff --git a/views/admin/newDashboard/index.html b/views/admin/newDashboard/index.html index d7fd6ebe..c3598f46 100644 --- a/views/admin/newDashboard/index.html +++ b/views/admin/newDashboard/index.html @@ -13,6 +13,9 @@