At the moment you can only add class, href and label.
The ability to add an ID would be very useful!
Thanks,
At the moment you can only add class, href and label.
The ability to add an ID would be very useful!
Thanks,
{if !empty($item.toolbar)} {strip} <div class="ow_newsfeed_toolbar ow_small ow_remark clearfix"> <span class="ow_newsfeed_toolbar_space"> </span>
{foreach from=$item.toolbar item=toolbarItem} <span class="ow_newsfeed_control ow_nowrap {if !empty($toolbarItem.class)}{$toolbarItem.class}{/if}"> {if !empty($toolbarItem.href)} <a href="{$toolbarItem.href}">{$toolbarItem.label}</a> {else} {$toolbarItem.label} {/if} <span class="ow_newsfeed_toolbar_space"> </span> </span> {/foreach} </div> {/strip} {/if}
Can we get rid of the ' ' bits and add in an ID field? It will just tidy things up a bit
I need to go through the hassle of waiting for it to get cotes just to add and remove a few lines of html?
Joke.