ldapsaisie/trunk/templates/default/LSformElement_select_object.tpl
Benjamin Renard 2216eb03e3 - LSformElement_select_object : Pour une meilleur compatibilité (IE), le
tableau pour l'ajout rapide d'une valeur est créé directement dans le
  template.
2008-11-14 15:32:09 +00:00

19 lines
559 B
Smarty

{if !$freeze}
<table class='LSformElement_select_object_searchAdd'>
<tr class='LSformElement_select_object_searchAdd'>
<td class='LSformElement_select_object_searchAdd'>
{/if}
<ul class='LSform LSformElement_select_object' id='{$attr_name}'>
{foreach from=$values item=txt key=dn}
<li>{include file=$fieldTemplate}</li>
{foreachelse}
<li>{include file=$fieldTemplate}</li>
{/foreach}
</ul>
{if !$freeze}
</td>
<td class='LSformElement_select_object_searchAdd'></td>
</tr>
</table>
{/if}