Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-04-30 10:09:41
|
||||
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/agregar-pago.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:133591594753611235a7c2d3-63240478%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'e13973d61de3480dd1672e308f5b407eb2bc8e74' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/agregar-pago.tpl',
|
||||
1 => 1379913016,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '133591594753611235a7c2d3-63240478',
|
||||
'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>
|
||||
<td align="center">No. de Cheque:</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>
|
||||
<td align="center">
|
||||
<input class="largeInput" name="noCheque" id="noCheque" type="text" />
|
||||
</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>
|
||||
</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="pedidoId" name="pedidoId" value="<?php echo $_smarty_tpl->getVariable('info')->value['pedidoId'];?>
|
||||
"/>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user