Files
crm.clientright.ru/test/templates_c/v7/9816b6684825eb184d5aca79707fc8724399e1ec.file.ErrorLog.tpl.php

70 lines
2.9 KiB
PHP

<?php /* Smarty version Smarty-3.1.7, created on 2025-09-25 08:23:09
compiled from "/var/www/fastuser/data/www/crm.clientright.ru/includes/runtime/../../layouts/v7/modules/Settings/Workflow2/ErrorLog.tpl" */ ?>
<?php /*%%SmartyHeaderCode:52395252068d4d1bddf8bf0-26433293%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'9816b6684825eb184d5aca79707fc8724399e1ec' =>
array (
0 => '/var/www/fastuser/data/www/crm.clientright.ru/includes/runtime/../../layouts/v7/modules/Settings/Workflow2/ErrorLog.tpl',
1 => 1711810493,
2 => 'file',
),
),
'nocache_hash' => '52395252068d4d1bddf8bf0-26433293',
'function' =>
array (
),
'variables' =>
array (
'workflow_id' => 0,
'MOD' => 0,
'errors' => 0,
'error' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.7',
'unifunc' => 'content_68d4d1bde0010',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_68d4d1bde0010')) {function content_68d4d1bde0010($_smarty_tpl) {?><div id="popupPageContainer" class="popupBackgroundColor">
<div id="popupContents" class="paddingLeftRight10px">
<table class="tableHeading" width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td class="big" nowrap="nowrap">
<strong><?php echo vtranslate('HEAD_ERRORS_FOR_WORKFLOW','Settings:Workflow2');?>
<?php echo $_smarty_tpl->tpl_vars['workflow_id']->value;?>
</strong>
</td>
<td class="small" align="right">
<input type="button" id="edittask_cancel_button" onclick="window.close();" class="crmbutton small cancel" value="<?php echo $_smarty_tpl->tpl_vars['MOD']->value['close'];?>
">
</td>
</tr>
</table>
<table style="background-color: #fff;">
<tr>
<th style="color: #000;" width=80>BlockID</th>
<th style="color: #000;" >Error Message</th>
<th style="color: #000;" width=150 align="right">Error Date</th>
</tr>
<?php $_smarty_tpl->tpl_vars['error'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['error']->_loop = false;
$_from = $_smarty_tpl->tpl_vars['errors']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
foreach ($_from as $_smarty_tpl->tpl_vars['error']->key => $_smarty_tpl->tpl_vars['error']->value){
$_smarty_tpl->tpl_vars['error']->_loop = true;
?>
<tr>
<td><?php echo $_smarty_tpl->tpl_vars['error']->value['block_id'];?>
</td>
<td><?php echo $_smarty_tpl->tpl_vars['error']->value['text'];?>
</td>
<td align="right"><?php echo $_smarty_tpl->tpl_vars['error']->value['datum_eintrag'];?>
</td>
</tr>
<?php } ?>
</table>
</div>
</div>
</div>
<?php }} ?>