59 lines
2.4 KiB
PHP
Executable File
59 lines
2.4 KiB
PHP
Executable File
<?php /* Smarty version Smarty3-b7, created on 2014-06-15 11:03:49
|
|
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/boxes/cancelar-factura-popup.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:1331024573539dc3e5807d64-52075645%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'd622f8d1dc10c3b9a4a230d9f4018585ddf8967d' =>
|
|
array (
|
|
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/boxes/cancelar-factura-popup.tpl',
|
|
1 => 1375965212,
|
|
),
|
|
),
|
|
'nocache_hash' => '1331024573539dc3e5807d64-52075645',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'has_nocache_code' => false,
|
|
)); /*/%%SmartyHeaderCode%%*/?>
|
|
<div class="popupheader" style="z-index:70">
|
|
<div id="fviewmenu" style="z-index:70">
|
|
<div id="fviewclose"><span style="color:#CCC" id="closePopUpDiv">
|
|
<a href="javascript:void(0)">Close<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
|
/images/b_disn.png" border="0" alt="close" /></a></span>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="ftitl">
|
|
<div class="flabel"> </div>
|
|
<div id="vtitl">
|
|
<span title="Titulo">Cancelación de Factura
|
|
<br />
|
|
<br />RFC: <?php echo $_smarty_tpl->getVariable('info')->value['rfc'];?>
|
|
|
|
<br />
|
|
Serie y Folio: <?php echo $_smarty_tpl->getVariable('info')->value['serie'];?>
|
|
<?php echo $_smarty_tpl->getVariable('info')->value['folio'];?>
|
|
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div id="draganddrop" style="position:absolute;top:45px;left:640px">
|
|
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
|
/images/draganddrop.png" border="0" alt="mueve" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="wrapper">
|
|
<?php if ($_smarty_tpl->getVariable('info')->value['status']==1){?>
|
|
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/forms/motivo-cancelacion.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);?>
|
|
|
|
<?php }else{ ?>
|
|
<div align="center">
|
|
<br />
|
|
La factura ya fue cancelada.
|
|
<br />
|
|
</div>
|
|
<?php }?>
|
|
</div>
|