Files
ventas_php/templates/lists/enumTallaVta.tpl

6 lines
270 B
Smarty
Executable File

<select name="tallaId2" id="tallaId2" class="largeInput" style="width:210px">
<option value="">Seleccione</option>
{foreach from=$tallas item=item key=key}
<option value="{$item.atribValId}">{$item.nombre|truncate:25:'...'}</option>
{/foreach}
</select>