Files
ventas_php/ajax/templates_c/c4a9645c8507bdc59b4419f715b0b263c077a90a.file.buscar-producto-venta-popup.tpl.php

77 lines
3.3 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-05-01 09:44:05
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/boxes/buscar-producto-venta-popup.tpl" */ ?>
<?php /*%%SmartyHeaderCode:81920948253625db5aa8fd3-37382846%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'c4a9645c8507bdc59b4419f715b0b263c077a90a' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/boxes/buscar-producto-venta-popup.tpl',
1 => 1375965211,
),
),
'nocache_hash' => '81920948253625db5aa8fd3-37382846',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div align="center" class="txtH1">BUSCAR PRODUCTO</div>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td align="center" width="50%"><b>Proveedor:</b></td>
<td align="center"><b>Departamento:</b></td>
</tr>
<tr>
<td align="center">
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/enumProvVta.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">
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/enumProdCatVta.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"><b>L&iacute;nea:</b></td>
<td align="center"><b>Disponible:</b></td>
</tr>
<tr>
<td align="center">
<div id="enumSubcats">
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/enumProdSubcatVta.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);?>
</div>
</td>
<td align="center">
<input type="checkbox" name="disponible2" id="disponible2" value="1" />
</td>
</tr>
<tr>
<td colspan="2" align="center" height="50">
<input type="button" style="padding:10px; width:100px" value="Buscar" onclick="LoadProductos()" />
</td>
</tr>
<tr>
<td align="center" colspan="2"><b>PRODUCTOS:</b></td>
</tr>
<tr>
<td align="center" colspan="2">
<div id="enumProductos" style="overflow:auto; height:250px">
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/enumProdVta.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);?>
</div>
</td>
</tr>
</table>
<div style="clear:both"></div>
<div style="margin-left:210px; margin-top:10px">
<input type="button" name="btnCancel" id="btnCancel" onclick="HideFviewCobro()" value="Cancelar" style="padding:8px; width:100px" />
</div>