39 lines
1.6 KiB
Smarty
Executable File
39 lines
1.6 KiB
Smarty
Executable File
<div id="divForm">
|
|
<form name="frmRechazarPedido" id="frmRechazarPedido" method="post" action="">
|
|
<input type="hidden" name="type" id="type" value="rechazarPedido" />
|
|
<input type="hidden" name="pedidoId" id="pedidoId" value="{$pedidoId}" />
|
|
<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 id="tblProdsE" style="display:none">
|
|
<br />
|
|
<div align="center">Seleccione los productos que se eliminarán al revivir el pedido:</div>
|
|
<br />
|
|
{include file="{$DOC_ROOT}/templates/lists/pedidos-productos-rechazo.tpl"}
|
|
</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> |