ldapsaisie/public_html/templates/default/LSformElement_select_object_field.tpl
2018-06-11 11:50:17 +02:00

7 lines
356 B
Smarty

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