<select name="select-list-objects" id="select-list-objects" size="10" onclick="window.objetsPrj.loadObjectData();" class="select_field">
{foreach from=$oAllObjects item=oObject }
<option>{$oObject->sName}</option>
{/foreach}
</select><br/>
<input type="button" value="{$oLang.supprimer_un|htmlentities}" onclick="window.objetsPrj.deleteObject()" class="btn_delete"/>
<input type="button" value="{$oLang.supprimer_tous|htmlentities}" onclick="window.objetsPrj.deleteAllObjects()" class="btn_delete"/>