20 lines
752 B
Smarty
Executable File
20 lines
752 B
Smarty
Executable File
<div id="divForm">
|
|
<form name="frmAgregarMotivo" id="frmAgregarMotivo" method="post" action="">
|
|
<input type="hidden" name="type" value="saveMotivo" />
|
|
<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> |