Surcharge le template LSformElement_select_object_field.tpl pour faire apparaître le DN des objets dans une infobulle

This commit is contained in:
Benjamin Dauvergne 2014-12-14 19:24:46 +01:00
parent b7f1c9a135
commit 4cf4caf77e
1 changed files with 6 additions and 0 deletions

View File

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