Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?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/enumVigenciaPromo.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:1724112989538746da2037f3-03014013%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'e9bd7a54a95dec45e00f8e11a518cb068df92294' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/enumVigenciaPromo.tpl',
|
||||
1 => 1375965450,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '1724112989538746da2037f3-03014013',
|
||||
'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>
|
||||
Reference in New Issue
Block a user