Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-05-07 12:04:52
|
||||
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/suggest-cliente.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:24881580536a67b40c9995-12759405%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'cdf866ad44394396bdf72b0a5b060f2b66919255' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/suggest-cliente.tpl',
|
||||
1 => 1375965478,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '24881580536a67b40c9995-12759405',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<div id="sugBox">
|
||||
|
||||
<div class="btnClose"><a href="javascript:void(0)" onclick="CloseSugClte()">X Cerrar</a></div>
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="1" class="resTbl">
|
||||
<?php $_smarty_tpl->tpl_vars['item'] = new Smarty_Variable;
|
||||
$_smarty_tpl->tpl_vars['key'] = new Smarty_Variable;
|
||||
$_from = $_smarty_tpl->getVariable('clientes')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
|
||||
if (count($_from) > 0){
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['item']->key => $_smarty_tpl->tpl_vars['item']->value){
|
||||
$_smarty_tpl->tpl_vars['key']->value = $_smarty_tpl->tpl_vars['item']->key;
|
||||
?>
|
||||
<tr>
|
||||
<td class="item" width="100" align="center" height="25" onclick="FillInfoClte(<?php echo $_smarty_tpl->getVariable('item')->value['clienteId'];?>
|
||||
)">
|
||||
<?php echo $_smarty_tpl->getVariable('item')->value['rfc'];?>
|
||||
|
||||
</td>
|
||||
<td class="item" onclick="FillInfoClte(<?php echo $_smarty_tpl->getVariable('item')->value['clienteId'];?>
|
||||
)"> <?php echo $_smarty_tpl->getVariable('item')->value['nombre'];?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }} else { ?>
|
||||
<tr>
|
||||
<td class="item" width="100" align="center" height="25" onclick="CloseSugClte()">
|
||||
Ningún registro encontrado.
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user