Files
ventas_php/templates_c/42610c3af667bad9db8f93a4d8ccba3bf817cae6.file.temporadas-base.tpl.php

32 lines
1.3 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-09 15:01:02
compiled from "/var/www/html/templates/items/temporadas-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:310566380540f5c7ecdcc54-55832463%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'42610c3af667bad9db8f93a4d8ccba3bf817cae6' =>
array (
0 => '/var/www/html/templates/items/temporadas-base.tpl',
1 => 1410130456,
),
),
'nocache_hash' => '310566380540f5c7ecdcc54-55832463',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['temporadaId'];?>
</div></td>
<td><?php echo $_smarty_tpl->getVariable('item')->value['nombre'];?>
</td>
<td align="center">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/edit.gif" class="spanEdit" id="<?php echo $_smarty_tpl->getVariable('item')->value['temporadaId'];?>
" title="Editar"/>
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/delete.gif" class="spanDelete" id="<?php echo $_smarty_tpl->getVariable('item')->value['temporadaId'];?>
" title="Eliminar"/>
</td>
</tr>