mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
- LSformElement_select_object
-> Correction de bugs dans le fieldTemplate
This commit is contained in:
parent
6cbdccbec2
commit
e056019ba4
1 changed files with 4 additions and 7 deletions
|
@ -1,9 +1,6 @@
|
|||
{if $freeze}
|
||||
{if $dn}
|
||||
<a href='view.php?LSobject={$selectableObject}&dn={$dn}' class='LSformElement_select_object'>{$txt}</a>
|
||||
{else}
|
||||
{$noValueTxt}
|
||||
{/if}
|
||||
{if $dn}
|
||||
<a href='view.php?LSobject={$selectableObject}&dn={$dn}' class='LSformElement_select_object'>{$txt}</a>
|
||||
{if !$freeze}<input type='hidden' class='LSformElement_select_object' name='{$attr_name}[]' value='{$dn}' />{/if}
|
||||
{else}
|
||||
<a href='view.php?LSobject={$selectableObject}&dn={$dn}' class='LSformElement_select_object'>{$txt}</a><input type='hidden' class='LSformElement_select_object' name='{$attr_name}[]' value='{$dn}' />
|
||||
{$noValueTxt}
|
||||
{/if}
|
||||
|
|
Loading…
Reference in a new issue