Files
ventas_php/templates_c/a7c2fe354387091fbd0dcf6e0d57d25d24485ebb.file.detalles-devolucion-cedis.tpl.php

74 lines
2.7 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-08 12:07:34
compiled from "./templates/forms/detalles-devolucion-cedis.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1729230186540de256ec6446-55213418%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'a7c2fe354387091fbd0dcf6e0d57d25d24485ebb' =>
array (
0 => './templates/forms/detalles-devolucion-cedis.tpl',
1 => 1410130450,
),
),
'nocache_hash' => '1729230186540de256ec6446-55213418',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<?php if (!is_callable('smarty_modifier_date_format')) include '/var/www/html/libs/plugins/modifier.date_format.php';
?><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&oacute;n</td>
<td><div class="txtFrm"><?php echo $_smarty_tpl->getVariable('info')->value['devCedisId'];?>
</div></td>
<td width="10"></td>
<td width="130">Fecha</td>
<td><div class="txtFrm"><?php echo smarty_modifier_date_format($_smarty_tpl->getVariable('info')->value['fecha'],"%d-%m-%Y %k:%M:%S");?>
</div></td>
</tr>
<tr>
<td colspan="5" align="center">&nbsp;</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">
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/pedidos-productos-dev2.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
echo $_template->getRenderedTemplate();?><?php $_template->updateParentVariables(0);?><?php unset($_template);?>
</div>
</td>
</tr>
</table>
<hr />
</fieldset>
</form>
* Campos requeridos
<br />
<div style="clear:both"></div>
<div align="center"><a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/devoluciones-cedis"><< Regresar</a></div>
<div style="clear:both"></div>
</div>