Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-06-11 14:23:29
|
||||
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/editar-comision.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:15846019115398acb1b76510-65949649%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'45f34f4ae52e41ea83ace756658497513f940942' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/editar-comision.tpl',
|
||||
1 => 1375965269,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '15846019115398acb1b76510-65949649',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<div id="divForm">
|
||||
<form name="frmEditarComision" id="frmEditarComision" method="post" action="">
|
||||
<input type="hidden" name="type" value="saveEditComision" />
|
||||
<input type="hidden" name="comisionId" value="<?php echo $_smarty_tpl->getVariable('info')->value['comisionId'];?>
|
||||
" />
|
||||
<fieldset>
|
||||
<div class="a">
|
||||
<div class="l">* Tipo:</div>
|
||||
<div class="r">
|
||||
<select name="tipo" id="tipo" class="largeInput" style="width:300px">
|
||||
<option value="">Seleccione</option>
|
||||
<option value="gerente" <?php if ($_smarty_tpl->getVariable('info')->value['tipoUsuario']=="gerente"){?> selected="selected" <?php }?>>Gerente</option>
|
||||
<option value="subgerente" <?php if ($_smarty_tpl->getVariable('info')->value['tipoUsuario']=="subgerente"){?> selected="selected" <?php }?>>Subgerente</option>
|
||||
<option value="vendedor" <?php if ($_smarty_tpl->getVariable('info')->value['tipoUsuario']=="vendedor"){?> selected="selected" <?php }?>>Vendedor</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="a">
|
||||
<div class="l">* % de Comision con Rango Bajo:</div>
|
||||
<div class="r">
|
||||
<input value="<?php echo $_smarty_tpl->getVariable('info')->value['comisionBajo'];?>
|
||||
" type="text" name="comisionBajo" id="comisionBajo" class="largeInput" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="a">
|
||||
<div class="l">* % de Comision con Rango Alto:</div>
|
||||
<div class="r">
|
||||
<input type="text" value="<?php echo $_smarty_tpl->getVariable('info')->value['comisionAlto'];?>
|
||||
" name="comisionAlto" id="comisionAlto" class="largeInput" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="a">
|
||||
<div class="l">* Rango:</div>
|
||||
<div class="r">
|
||||
<input type="text" value="<?php echo $_smarty_tpl->getVariable('info')->value['rango'];?>
|
||||
" name="rango" id="rango" class="largeInput" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="clear:both"></div>
|
||||
<hr />
|
||||
|
||||
* Campos requeridos
|
||||
<div class="formLine" style="text-align:center; padding-left:300px">
|
||||
<a class="button" id="btnUpdate"><span>Actualizar</span></a>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user