Skip to content
Snippets Groups Projects
Commit d99f0d8e authored by jaapjansma's avatar jaapjansma
Browse files

fixed layout issue with other export buttons

parent afe45a76
No related branches found
No related tags found
No related merge requests found
{if (isset($other_outputs) && !empty($other_outputs))}
<div class="crm-block action-links">
<span class="action-link">
<div class="crm-block">
{foreach from=$other_outputs item=other_output}
<span class="action-link">
<a class="other-output-button {$other_output.class}" href="#" data-output-id="{$other_output.id}">
{if ($other_output.icon)}
{$other_output.icon}
{/if}
{$other_output.title}
</a>
</span>
{/foreach}
</span>
{if $exportButtonName}
{$form.$exportButtonName.html} &nbsp; &nbsp;
{/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment