Files
crm.clientright.ru/test/templates_c/v7/6bfcffe5ca1493d6ec9018d9e3b562b7f23e143d.file.ModalSendEmailResult.tpl.php
Fedor ac7467f0b4 Major CRM updates: AI Assistant, Court Status API, S3 integration improvements, and extensive file storage system
- Added comprehensive AI Assistant system (aiassist/ directory):
  * Vector search and embedding capabilities
  * Typebot proxy integration
  * Elastic search functionality
  * Message classification and chat history
  * MCP proxy for external integrations

- Implemented Court Status API (GetCourtStatus.php):
  * Real-time court document status checking
  * Integration with external court systems
  * Comprehensive error handling and logging

- Enhanced S3 integration:
  * Improved file backup system with metadata
  * Batch processing capabilities
  * Enhanced error logging and recovery
  * Copy operations with URL fixing

- Added Telegram contact creation API
- Improved error logging across all modules
- Enhanced callback system for AI responses
- Extensive backup file storage with timestamps
- Updated documentation and README files

- File storage improvements:
  * Thousands of backup files with proper metadata
  * Fix operations for broken file references
  * Project-specific backup and recovery systems
  * Comprehensive file integrity checking

Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
2025-10-16 11:17:21 +03:00

63 lines
3.0 KiB
PHP

<?php /* Smarty version Smarty-3.1.7, created on 2025-09-29 15:20:16
compiled from "/var/www/fastuser/data/www/crm.clientright.ru/includes/runtime/../../layouts/v7/modules/ITS4YouEmails/ModalSendEmailResult.tpl" */ ?>
<?php /*%%SmartyHeaderCode:186764565268da7980c3f2e7-12599841%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'6bfcffe5ca1493d6ec9018d9e3b562b7f23e143d' =>
array (
0 => '/var/www/fastuser/data/www/crm.clientright.ru/includes/runtime/../../layouts/v7/modules/ITS4YouEmails/ModalSendEmailResult.tpl',
1 => 1738401449,
2 => 'file',
),
),
'nocache_hash' => '186764565268da7980c3f2e7-12599841',
'function' =>
array (
),
'variables' =>
array (
'TITLE' => 0,
'MODULE' => 0,
'HEADER_TITLE' => 0,
'RESULT' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.7',
'unifunc' => 'content_68da7980c7d39',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_68da7980c7d39')) {function content_68da7980c7d39($_smarty_tpl) {?>
<div class="modal-dialog modelContainer mailSentSuccessfully">
<div class="modal-content" style="width:800px;">
<?php $_smarty_tpl->tpl_vars['HEADER_TITLE'] = new Smarty_variable($_smarty_tpl->tpl_vars['TITLE']->value, null, 0);?>
<?php echo $_smarty_tpl->getSubTemplate (vtemplate_path("ModalHeader.tpl",$_smarty_tpl->tpl_vars['MODULE']->value), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array('TITLE'=>$_smarty_tpl->tpl_vars['HEADER_TITLE']->value), 0);?>
<div class="padding15px">
<div class="widgetContainer_1">
<div class="widget_contents" id="popup_notifi_content">
<?php echo vtranslate('LBL_EMAILS_SENT_RESULT',$_smarty_tpl->tpl_vars['MODULE']->value);?>
<hr>
<?php echo vtranslate('LBL_TOTAL_EMAILS',$_smarty_tpl->tpl_vars['MODULE']->value);?>
: <?php echo $_smarty_tpl->tpl_vars['RESULT']->value['total'];?>
<br>
<?php if ($_smarty_tpl->tpl_vars['RESULT']->value['sent']){?>
<?php echo vtranslate('LBL_SENT_EMAILS',$_smarty_tpl->tpl_vars['MODULE']->value);?>
: <?php echo $_smarty_tpl->tpl_vars['RESULT']->value['sent'];?>
<br>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['RESULT']->value['error']){?>
<?php echo vtranslate('LBL_ERROR_EMAILS',$_smarty_tpl->tpl_vars['MODULE']->value);?>
: <?php echo $_smarty_tpl->tpl_vars['RESULT']->value['error'];?>
<br>
<span style="color: red; white-space: pre-line;"><?php echo $_smarty_tpl->tpl_vars['RESULT']->value['error_message'];?>
</span>
<?php }?>
</div>
</div>
</div>
</div>
</div><?php }} ?>