Primer commit del sistema avantika sin cambios
This commit is contained in:
21
templates/forms/agregar-atributo-valor.tpl
Executable file
21
templates/forms/agregar-atributo-valor.tpl
Executable file
@@ -0,0 +1,21 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user