Primer commit del sistema avantika sin cambios
This commit is contained in:
33
templates/forms/rechazar-envio.tpl
Executable file
33
templates/forms/rechazar-envio.tpl
Executable file
@@ -0,0 +1,33 @@
|
||||
<div id="divForm">
|
||||
<form name="frmRechazarEnvio" id="frmRechazarEnvio" method="post" action="">
|
||||
<input type="hidden" name="type" id="type" value="rechazarEnvio" />
|
||||
<input type="hidden" name="envioId" id="envioId" value="{$envioId}" />
|
||||
<fieldset>
|
||||
<div class="a">
|
||||
<div class="l">* Motivo:</div>
|
||||
<div class="r">{include file="{$DOC_ROOT}/templates/lists/enumMotivos.tpl"}</div>
|
||||
</div>
|
||||
|
||||
<div class="a" id="inputOtroMotivo" style="display:none">
|
||||
<div class="l">* Otro Motivo:</div>
|
||||
<div class="r">
|
||||
<input type="text" name="otroMotivo" id="otroMotivo" class="largeInput wide2">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="clear:both"></div>
|
||||
<hr />
|
||||
|
||||
* Campos requeridos
|
||||
<div style="margin-left:250px">
|
||||
<table width="200" border="0">
|
||||
<tr>
|
||||
<td><a class="button" id="btnSave"><span>Guardar</span></a></td>
|
||||
<td><a class="button" id="btnCancel"><span>Cancelar</span></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user