78 lines
3.2 KiB
PHP
Executable File
78 lines
3.2 KiB
PHP
Executable File
<?php /* Smarty version Smarty3-b7, created on 2014-05-07 18:01:09
|
|
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/agregar-pago-prov.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:2044084326536abb35384700-62451481%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'd75c7ce057562d5c08132f682b541c6d66eded64' =>
|
|
array (
|
|
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/agregar-pago-prov.tpl',
|
|
1 => 1379014253,
|
|
),
|
|
),
|
|
'nocache_hash' => '2044084326536abb35384700-62451481',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'has_nocache_code' => false,
|
|
)); /*/%%SmartyHeaderCode%%*/?>
|
|
<div id="divForm">
|
|
<form id="addPagoForm" name="addPagoForm" method="post">
|
|
<fieldset>
|
|
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td align="center">* Método de Pago:</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/enumMetodosPago.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
|
|
echo $_template->getRenderedTemplate();?><?php $_template->updateParentVariables(0);?><?php unset($_template);?>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">* Cantidad:</td>
|
|
<td align="center">* Fecha:</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<input class="largeInput" name="cantidad" id="cantidad" type="text" />
|
|
</td>
|
|
<td align="center">
|
|
<div class="r" style="float:left">
|
|
<input class="largeInput" name="fecha" id="fecha" type="text" />
|
|
</div>
|
|
<div style="float:left">
|
|
<a href="javascript:void(0)" onclick="NewCal('fecha','ddmmyyyy')">
|
|
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
|
/images/icons/calendar.gif" border="0" /></a>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">No. de Factura:</td>
|
|
<td align="center">No. de Cheque:</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<input class="largeInput" name="noFactura" id="noFactura" type="text" />
|
|
</td>
|
|
<td align="center">
|
|
<input class="largeInput" name="noCheque" id="noCheque" type="text" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div style="clear:both"></div>
|
|
<hr />
|
|
<div class="formLine">* Campos requeridos</div>
|
|
<div class="formLine" style="text-align:center; margin-left:300px">
|
|
<a class="button_grey" id="btnAddPago"><span>Agregar</span></a>
|
|
</div>
|
|
<input type="hidden" id="type" name="type" value="saveAddPago"/>
|
|
<input type="hidden" id="proveedorId" name="proveedorId" value="<?php echo $_smarty_tpl->getVariable('info')->value['proveedorId'];?>
|
|
"/>
|
|
</fieldset>
|
|
</form>
|
|
</div>
|