Files
ventas_php/templates/lists/enumProdPromo.tpl

4 lines
202 B
Smarty
Executable File

{foreach from=$productos item=item key=key}
<input type="checkbox" name="idProducto[]" value="{$item.productoId}" {if $item.checked}checked{/if} >{$item.descripcion|truncate:250:"..."}
<br />
{/foreach}