68 lines
2.6 KiB
PHP
Executable File
68 lines
2.6 KiB
PHP
Executable File
<?php /* Smarty version Smarty3-b7, created on 2014-04-30 10:39:53
|
|
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/agregar-nota.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:2005220082536119492f13c8-41526691%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'6d6d83d4c92ef992e73d4e3cda45ce2a3d4bcfa0' =>
|
|
array (
|
|
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/agregar-nota.tpl',
|
|
1 => 1379545461,
|
|
),
|
|
),
|
|
'nocache_hash' => '2005220082536119492f13c8-41526691',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'has_nocache_code' => false,
|
|
)); /*/%%SmartyHeaderCode%%*/?>
|
|
<div id="divForm">
|
|
<form id="addNotaForm" name="addNotaForm" method="post">
|
|
<fieldset>
|
|
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td align="center">* No. Nota de Crédito:</td>
|
|
<td align="center"></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<input class="largeInput" name="noNota" id="noNota" type="text" />
|
|
</td>
|
|
<td align="center">
|
|
|
|
</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="btnAddNota"><span>Agregar</span></a>
|
|
</div>
|
|
<input type="hidden" id="type" name="type" value="saveAddNota"/>
|
|
<input type="hidden" id="pedidoId" name="pedidoId" value="<?php echo $_smarty_tpl->getVariable('info')->value['pedidoId'];?>
|
|
"/>
|
|
</fieldset>
|
|
</form>
|
|
</div>
|