21 lines
843 B
Smarty
Executable File
21 lines
843 B
Smarty
Executable File
<div id="divForm">
|
|
<form name="frmAgregarValor" id="frmAgregarValor" method="post" action="">
|
|
<input type="hidden" name="type" id="type" value="saveValor" />
|
|
<input type="hidden" name="atributoId" id="atributoId" value="{$atributoId}" />
|
|
<fieldset>
|
|
<div class="a">
|
|
<div class="l">* Nombre:</div>
|
|
<div class="r"><input type="text" name="name" id="name" class="largeInput wide2"></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> |