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

77 lines
3.3 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-07 17:59:40
compiled from "/var/www/html/templates/boxes/buscar-producto-venta-popup.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1453965414540ce35c0e7be6-35685706%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'8b7d1503e946f1820443dce8c646a7eb3a531b57' =>
array (
0 => '/var/www/html/templates/boxes/buscar-producto-venta-popup.tpl',
1 => 1410130448,
),
),
'nocache_hash' => '1453965414540ce35c0e7be6-35685706',
'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>