5 lines
258 B
Smarty
5 lines
258 B
Smarty
{foreach from=$arrayObj item=obj key=idStructure}
|
|
|
|
<a href="{url structure=makeVersion id=$obj->GetId()}" onclick="return load(this); document.getElementById('stucturePopover').style.display = none; "> {$obj->GetName()} </a>
|
|
|
|
{/foreach} |