23 lines
1.1 KiB
PHP
Executable File
23 lines
1.1 KiB
PHP
Executable File
<?php /* Smarty version Smarty3-b7, created on 2014-05-29 09:40:27
|
|
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/enumStatusPromo.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:754255134538746db2676a5-30192345%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'f118125962c998eebcd38448881cdefce9e86eca' =>
|
|
array (
|
|
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/enumStatusPromo.tpl',
|
|
1 => 1375965443,
|
|
),
|
|
),
|
|
'nocache_hash' => '754255134538746db2676a5-30192345',
|
|
'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>
|