<div class="s12 col">
{foreach $component.buttons as $buttonName => $buttonData}
<a class="btn btn-small waves-effect waves-light {$buttonName}-button {if $buttonData.classes}{$buttonData.classes}{/if}"
- style="font-style: normal; position: absolute; right: 8px; top: 10px;{if $buttonData.styles}{$buttonData.styles}{/if}"
- href="{if $buttonData.url}{$buttonData.url}{else}#{/if}">
+ 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}
</a>
{/foreach}
-
</div>
</div>
\ No newline at end of file