Files
ventas_php/ajax/templates_c/89220992668ba16577f75082b2db7ec97f58ee44.file.enumStatusPromo.tpl.php

23 lines
1.0 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-09 14:48:55
compiled from "/var/www/html/templates/lists/enumStatusPromo.tpl" */ ?>
<?php /*%%SmartyHeaderCode:39948389540f59a7b09e52-04365230%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'89220992668ba16577f75082b2db7ec97f58ee44' =>
array (
0 => '/var/www/html/templates/lists/enumStatusPromo.tpl',
1 => 1410130458,
),
),
'nocache_hash' => '39948389540f59a7b09e52-04365230',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<select name="status" id="status" class="largeInput">
<option value="">Seleccione</option>
<option value="Activo" <?php if ($_smarty_tpl->getVariable('info')->value['status']=="Activo"){?>selected<?php }?>>Activo</option>
<option value="Inactivo" <?php if ($_smarty_tpl->getVariable('info')->value['status']=="Inactivo"){?>selected<?php }?>>Inactivo</option>
</select>