ldapsaisie/public_html/templates/default/LSformElement_select_object_field.tpl
2012-05-03 12:37:26 +02:00

7 lines
277 B
Smarty

{if $dn}
<a href='view.php?LSobject={$selectableObject}&amp;dn={$dn|escape:'url'}' class='LSformElement_select_object'>{$txt}</a>
{if !$freeze}<input type='hidden' class='LSformElement_select_object' name='{$attr_name}[]' value='{$dn}' />{/if}
{else}
{$noValueTxt}
{/if}