Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-09-09 15:01:03
|
||||
compiled from "/var/www/html/templates/items/materiales-base.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:1928198116540f5c7ff22a71-26171013%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'42afb4b32364fb8ad3039c4f31ed729e1dddc450' =>
|
||||
array (
|
||||
0 => '/var/www/html/templates/items/materiales-base.tpl',
|
||||
1 => 1410130455,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '1928198116540f5c7ff22a71-26171013',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<tr>
|
||||
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['materialId'];?>
|
||||
</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['materialId'];?>
|
||||
" 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['materialId'];?>
|
||||
" title="Eliminar"/>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user