Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-05-08 13:32:10
|
||||
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/enumPlazo.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:1973184767536bcdaa9d9627-98053476%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'8502c6504f34415e90f10a563727585ba8209f35' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/enumPlazo.tpl',
|
||||
1 => 1375965435,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '1973184767536bcdaa9d9627-98053476',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<select name="plazo" id="plazo" class="largeInput" style="width:300px">
|
||||
<option value="">Seleccione</option>
|
||||
<option value="15" <?php if ($_smarty_tpl->getVariable('post')->value['plazo']=="15"){?>selected<?php }?>>15</option>
|
||||
<option value="30" <?php if ($_smarty_tpl->getVariable('post')->value['plazo']=="30"){?>selected<?php }?>>30</option>
|
||||
<option value="45" <?php if ($_smarty_tpl->getVariable('post')->value['plazo']=="45"){?>selected<?php }?>>45</option>
|
||||
<option value="60" <?php if ($_smarty_tpl->getVariable('post')->value['plazo']=="60"){?>selected<?php }?>>60</option>
|
||||
</select>
|
||||
Reference in New Issue
Block a user