Files
ventas_php/ajax/templates_c/1ddcd7705ad7ca4c414c7d18e6b7f9b32ee28639.file.status_on_popup.tpl.php

54 lines
2.8 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-07 17:58:55
compiled from "/var/www/html/templates/boxes/status_on_popup.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1775463384540ce32faca454-89580539%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'1ddcd7705ad7ca4c414c7d18e6b7f9b32ee28639' =>
array (
0 => '/var/www/html/templates/boxes/status_on_popup.tpl',
1 => 1410130449,
),
),
'nocache_hash' => '1775463384540ce32faca454-89580539',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/boxes/status_open_on_popup.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);?>
<?php if (!empty($_smarty_tpl->getVariable('errors')->value)){?>
<h3>
<?php if ($_smarty_tpl->getVariable('errors')->value['complete']){?>
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/ok.gif" style="cursor:pointer" onclick="ToogleStatusDivOnPopup()"/>
<?php }else{ ?>
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/error.gif" style="cursor:pointer" onclick="ToogleStatusDivOnPopup()"/>
<?php }?>
</h3>
<div style="position:relative;top:-40px;left:50px; font-size:16px;">
<?php $_smarty_tpl->tpl_vars["error"] = new Smarty_Variable;
$_smarty_tpl->tpl_vars["key"] = new Smarty_Variable;
$_from = $_smarty_tpl->getVariable('errors')->value['value']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
if (count($_from) > 0){
foreach ($_from as $_smarty_tpl->tpl_vars["error"]->key => $_smarty_tpl->tpl_vars["error"]->value){
$_smarty_tpl->tpl_vars["key"]->value = $_smarty_tpl->tpl_vars["error"]->key;
?>
<?php echo $_smarty_tpl->getVariable('error')->value;?>
<?php if ($_smarty_tpl->getVariable('errors')->value['field'][$_smarty_tpl->getVariable('key')->value]){?>
: <?php echo $_smarty_tpl->getVariable('errors')->value['field'][$_smarty_tpl->getVariable('key')->value];?>
<?php }?>
<br />
<?php }} ?>
</div>
<?php }?>
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/boxes/status_close.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);?>