mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-10 12:33:15 +01:00
6 lines
277 B
Smarty
6 lines
277 B
Smarty
{if $dn}
|
|
<a href='view.php?LSobject={$selectableObject}&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}
|