34 lines
1.6 KiB
PHP
Executable File
34 lines
1.6 KiB
PHP
Executable File
<?php /* Smarty version Smarty3-b7, created on 2015-03-12 11:22:20
|
|
compiled from "/var/www/html/templates/lists/enumMatProd.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:3676689375501cb4c4305d7-58205814%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'f6ee07c140b370df4b481cc7b4561749cab98475' =>
|
|
array (
|
|
0 => '/var/www/html/templates/lists/enumMatProd.tpl',
|
|
1 => 1410130457,
|
|
),
|
|
),
|
|
'nocache_hash' => '3676689375501cb4c4305d7-58205814',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'has_nocache_code' => false,
|
|
)); /*/%%SmartyHeaderCode%%*/?>
|
|
<select name="materialId[<?php echo $_smarty_tpl->getVariable('key')->value;?>
|
|
]" id="materialId_<?php echo $_smarty_tpl->getVariable('key')->value;?>
|
|
" class="largeInput" style="width:300px">
|
|
<option value="">Seleccione</option>
|
|
<?php $_smarty_tpl->tpl_vars['itm'] = new Smarty_Variable;
|
|
$_smarty_tpl->tpl_vars['key'] = new Smarty_Variable;
|
|
$_from = $_smarty_tpl->getVariable('materiales')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
|
|
if (count($_from) > 0){
|
|
foreach ($_from as $_smarty_tpl->tpl_vars['itm']->key => $_smarty_tpl->tpl_vars['itm']->value){
|
|
$_smarty_tpl->tpl_vars['key']->value = $_smarty_tpl->tpl_vars['itm']->key;
|
|
?>
|
|
<option value="<?php echo $_smarty_tpl->getVariable('itm')->value['materialId'];?>
|
|
" <?php if ($_smarty_tpl->getVariable('item')->value['materialId']==$_smarty_tpl->getVariable('itm')->value['materialId']){?>selected<?php }?>><?php echo $_smarty_tpl->getVariable('itm')->value['nombre'];?>
|
|
</option>
|
|
<?php }} ?>
|
|
</select>
|