Files
ventas_php/ajax/templates_c/ead885f244ed077420495946bd1a53640eeae1d4.file.enumPromoAplicar.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/enumPromoAplicar.tpl" */ ?>
<?php /*%%SmartyHeaderCode:369867811540f59a7974da2-81343329%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'ead885f244ed077420495946bd1a53640eeae1d4' =>
array (
0 => '/var/www/html/templates/lists/enumPromoAplicar.tpl',
1 => 1410130458,
),
),
'nocache_hash' => '369867811540f59a7974da2-81343329',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<select name="aplicaTodos" id="aplicaTodos" class="largeInput" onchange="ShowProducts()">
<option value="">Seleccione</option>
<option value="1" <?php if ($_smarty_tpl->getVariable('info')->value['aplicaTodos']=="1"){?>selected<?php }?>>S&iacute;</option>
<option value="0" <?php if ($_smarty_tpl->getVariable('info')->value['aplicaTodos']=="0"){?>selected<?php }?>>No</option>
</select>