Primer commit del sistema avantika sin cambios
This commit is contained in:
50
templates/forms/detalles-devolucion-cedis.tpl
Executable file
50
templates/forms/detalles-devolucion-cedis.tpl
Executable file
@@ -0,0 +1,50 @@
|
||||
<div id="divForm">
|
||||
<form id="frmDevolucion" name="frmDevolucion" method="post" onsubmit="return false">
|
||||
<input type="hidden" id="type" name="type" value="saveDevolucion" />
|
||||
<fieldset>
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td width="120" height="40">No. de Devolución</td>
|
||||
<td><div class="txtFrm">{$info.devCedisId}</div></td>
|
||||
<td width="10"></td>
|
||||
<td width="130">Fecha</td>
|
||||
<td><div class="txtFrm">{$info.fecha|date_format:"%d-%m-%Y %k:%M:%S"}</div></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="5" align="center"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="5" align="center" style="border-top:1px solid #CCCCCC; padding-top:10px">
|
||||
<b>.:: PRODUCTOS ::.</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5" align="center">
|
||||
<div id="productos">
|
||||
{include file="{$DOC_ROOT}/templates/lists/pedidos-productos-dev2.tpl"}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
* Campos requeridos
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
|
||||
<div style="clear:both"></div>
|
||||
|
||||
<div align="center"><a href="{$WEB_ROOT}/devoluciones-cedis"><< Regresar</a></div>
|
||||
|
||||
<div style="clear:both"></div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user