Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-09-23 17:41:32
|
||||
compiled from "/var/www/html/templates/boxes/acciones-factura.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:12251909825421f71cca47b5-35050777%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'd93ebad767004f0d7251b8e30c087d6960026170' =>
|
||||
array (
|
||||
0 => '/var/www/html/templates/boxes/acciones-factura.tpl',
|
||||
1 => 1410130447,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '12251909825421f71cca47b5-35050777',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<div style="clear:both"></div>
|
||||
<div id="accionList">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="100" scope="col"><div align="center">Ver Factura</div></th>
|
||||
<th width="100" scope="col"><div align="center">Descargar PDF</div></th>
|
||||
<?php if ($_smarty_tpl->getVariable('info')->value['version']=="v3"||$_smarty_tpl->getVariable('info')->value['version']=="2"||$_smarty_tpl->getVariable('info')->value['version']=="construc"){?>
|
||||
<th width="100" scope="col"><div align="center">Enviar Correo</div></th>
|
||||
<th width="100" scope="col"><div align="center">Descargar XML</div></th>
|
||||
<?php }?>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="34" align="center">
|
||||
<div align="center">
|
||||
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/facturacion-pdf/ver/<?php echo $_smarty_tpl->getVariable('comprobanteId')->value;?>
|
||||
" target="_blank">
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/icons/ver_factura.png" border="0" />
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
<td align="center">
|
||||
<div align="center">
|
||||
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/facturacion-pdf/descargar/<?php echo $_smarty_tpl->getVariable('comprobanteId')->value;?>
|
||||
">
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/icons/descargar.png" border="0" />
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
<?php if ($_smarty_tpl->getVariable('info')->value['version']=="v3"||$_smarty_tpl->getVariable('info')->value['version']=="2"||$_smarty_tpl->getVariable('info')->value['version']=="construc"){?>
|
||||
<td align="center">
|
||||
<div align="center">
|
||||
<a href="javascript:void(0)">
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/icons/email.png" border="0" class="spanSend" id="<?php echo $_smarty_tpl->getVariable('comprobanteId')->value;?>
|
||||
" />
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
<td align="center">
|
||||
<div align="center">
|
||||
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/facturacion/descargar-xml/<?php echo $_smarty_tpl->getVariable('comprobanteId')->value;?>
|
||||
">
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/icons/descargar.png" border="0" />
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
<?php }?>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user