Files
ventas_php/ajax/templates_c/f9cb56531b1cd4559f35867880640cf9b0678679.file.enumDesctosPromo.tpl.php

23 lines
1.1 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-05-29 09:40:26
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/enumDesctosPromo.tpl" */ ?>
<?php /*%%SmartyHeaderCode:546394249538746da6da934-95812241%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'f9cb56531b1cd4559f35867880640cf9b0678679' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/enumDesctosPromo.tpl',
1 => 1375965432,
),
),
'nocache_hash' => '546394249538746da6da934-95812241',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<select name="tipoDesc" id="tipoDesc" class="largeInput">
<option value="">Seleccione</option>
<option value="Cantidad" <?php if ($_smarty_tpl->getVariable('info')->value['tipoDesc']=="Cantidad"){?>selected<?php }?>>Cantidad Fija</option>
<option value="Porcentaje" <?php if ($_smarty_tpl->getVariable('info')->value['tipoDesc']=="Porcentaje"){?>selected<?php }?>>Porcentaje</option>
</select>