Primer commit del sistema avantika sin cambios
This commit is contained in:
9
templates/lists/enumTallas2.tpl
Executable file
9
templates/lists/enumTallas2.tpl
Executable file
@@ -0,0 +1,9 @@
|
||||
<div style="width:120px;float:left">* Tallas:</div>
|
||||
<div style="width:320px;float:left">
|
||||
</div>
|
||||
{foreach from=$p.tallas item=item key=key}
|
||||
<div style="width:150px;float:left">
|
||||
<input type="checkbox" name="tallas[{$k}][{$item.atribValId}]" id="talla_{$k}_{$item.atribValId}" onclick="LoadBarCodes({$k})" value="{$item.atribValId}" {if $item.checked == '1'}checked{/if} />{$item.nombre}
|
||||
</div>
|
||||
{/foreach}
|
||||
<div style="clear:both"></div>
|
||||
Reference in New Issue
Block a user