Files
ventas_php/ajax/templates_c/1ef18b3af4b7934a0feca7f4f89d0131ca938f5c.file.enumVigenciaPromo.tpl.php

23 lines
1.1 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-09 14:48:55
compiled from "/var/www/html/templates/lists/enumVigenciaPromo.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1731013369540f59a7954706-49225498%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'1ef18b3af4b7934a0feca7f4f89d0131ca938f5c' =>
array (
0 => '/var/www/html/templates/lists/enumVigenciaPromo.tpl',
1 => 1410130459,
),
),
'nocache_hash' => '1731013369540f59a7954706-49225498',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<select name="vigencia" id="vigencia" class="largeInput" onchange="ShowCalendars()">
<option value="">Seleccione</option>
<option value="Permanente" <?php if ($_smarty_tpl->getVariable('info')->value['vigencia']=="Permanente"){?>selected<?php }?>>Permanente</option>
<option value="Periodo" <?php if ($_smarty_tpl->getVariable('info')->value['vigencia']=="Periodo"){?>selected<?php }?>>Por Periodo</option>
</select>