Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-04-29 22:57:45
|
||||
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/enumUsers.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:1922972464536074b9f068f0-81416416%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'6441cebe7d768d376defe09fa40a0e847566c6e0' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/enumUsers.tpl',
|
||||
1 => 1395339036,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '1922972464536074b9f068f0-81416416',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<select name="usuarioId2" id="usuarioId2" class="smallInput">
|
||||
<?php if ($_smarty_tpl->getVariable('Usr')->value['type']!="cajero"){?>
|
||||
<option value="">Todos</option>
|
||||
<?php }?>
|
||||
<?php $_smarty_tpl->tpl_vars['item'] = new Smarty_Variable;
|
||||
$_smarty_tpl->tpl_vars['key'] = new Smarty_Variable;
|
||||
$_from = $_smarty_tpl->getVariable('usuarios')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
|
||||
if (count($_from) > 0){
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['item']->key => $_smarty_tpl->tpl_vars['item']->value){
|
||||
$_smarty_tpl->tpl_vars['key']->value = $_smarty_tpl->tpl_vars['item']->key;
|
||||
?>
|
||||
<option value="<?php echo $_smarty_tpl->getVariable('item')->value['usuarioId'];?>
|
||||
"><?php echo $_smarty_tpl->getVariable('item')->value['nombre'];?>
|
||||
</option>
|
||||
<?php }} ?>
|
||||
</select>
|
||||
Reference in New Issue
Block a user