37 lines
1.4 KiB
Smarty
Executable File
37 lines
1.4 KiB
Smarty
Executable File
<div id="divForm">
|
|
<form name="frmAgregarConjunto" id="frmAgregarConjunto" method="post" action="">
|
|
<input type="hidden" id="type" name="type" value="saveConjunto" />
|
|
<input type="hidden" id="formName" name="formName" value="frmAgregarConjunto" />
|
|
<fieldset>
|
|
<div class="a">
|
|
<div class="l">* Nombre:</div>
|
|
<div class="r"><input type="text" name="name" id="name" class="largeInput wide2"></div>
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<div id="tallas">
|
|
|
|
<div align="center">
|
|
<a href="javascript:void(0)" onclick="AddTalla()">
|
|
<img src="{$WEB_ROOT}/images/icons/add.png" border="0" />
|
|
Agregar Nueva Talla</a>
|
|
</div>
|
|
|
|
<div align="center" id="listTallas">
|
|
{include file="{$DOC_ROOT}/templates/lists/conjunto-valores.tpl"}
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="clear:both"></div>
|
|
<hr />
|
|
|
|
* Campos requeridos
|
|
<div class="formLine" style="text-align:center; padding-left:300px">
|
|
<a class="button" id="btnSave"><span>Agregar</span></a>
|
|
</div>
|
|
|
|
</fieldset>
|
|
</form>
|
|
</div> |