50 lines
2.1 KiB
PHP
Executable File
50 lines
2.1 KiB
PHP
Executable File
<?php /* Smarty version Smarty3-b7, created on 2014-05-07 11:39:01
|
|
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/editar-proveedor-ctapagar.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:814197423536a61a54b1ff7-47836646%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'5dc9f782917a7ef628d6f461abc25b9a6076673a' =>
|
|
array (
|
|
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/editar-proveedor-ctapagar.tpl',
|
|
1 => 1375965276,
|
|
),
|
|
),
|
|
'nocache_hash' => '814197423536a61a54b1ff7-47836646',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'has_nocache_code' => false,
|
|
)); /*/%%SmartyHeaderCode%%*/?>
|
|
<div id="divForm">
|
|
<form id="editarProveedorForm" name="editarProveedorForm" method="post" onsubmit="return false">
|
|
<input type="hidden" id="proveedorId" name="proveedorId" value="<?php echo $_smarty_tpl->getVariable('post')->value['proveedorId'];?>
|
|
"/>
|
|
<fieldset>
|
|
|
|
<div class="a">
|
|
<div class="l">* Nombre Completo o Razón Social:</div>
|
|
<div class="r"><input type="text" name="nombre" id="nombrenuv" class="largeInput wide2" value="<?php echo $_smarty_tpl->getVariable('post')->value['nombre'];?>
|
|
" disabled="disabled" style="background-color:#CCCCCC">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="a">
|
|
<div class="l">Saldo Inicial</div>
|
|
<div class="r"><input type="text" name="saldo" id="saldo" class="largeInput wide2" value="<?php echo $_smarty_tpl->getVariable('post')->value['saldoCtaPagar'];?>
|
|
" onkeyup="CheckKey(event)">
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div style="clear:both"></div>
|
|
<hr />
|
|
* Campos requeridos
|
|
<div align="center">
|
|
<input type="button" class="btnGral" onclick="SaveSaldoCtaPagar()" value="Actualizar" />
|
|
</div>
|
|
<input type="hidden" id="type" name="type" value="saveSaldoCtaPagar"/>
|
|
</fieldset>
|
|
</form>
|
|
</div>
|