Files
CRM/test/templates_c/v7/4bb71023d0ccc1885068f5413f5e1fdf805fb683.file.SendEmailResult.tpl.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

62 lines
2.0 KiB
PHP

<?php /* Smarty version Smarty-3.1.7, created on 2020-05-13 14:29:03
compiled from "/home/sophalnexs/www/sophalcrm/includes/runtime/../../layouts/v7/modules/Emails/SendEmailResult.tpl" */ ?>
<?php /*%%SmartyHeaderCode:16592932825ebc042fdab090-40896873%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'4bb71023d0ccc1885068f5413f5e1fdf805fb683' =>
array (
0 => '/home/sophalnexs/www/sophalcrm/includes/runtime/../../layouts/v7/modules/Emails/SendEmailResult.tpl',
1 => 1583050086,
2 => 'file',
),
),
'nocache_hash' => '16592932825ebc042fdab090-40896873',
'function' =>
array (
),
'variables' =>
array (
'MODULE' => 0,
'SUCCESS' => 0,
'RELATED_LOAD' => 0,
'FLAG' => 0,
'MESSAGE' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.7',
'unifunc' => 'content_5ebc042fdf6dc',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ebc042fdf6dc')) {function content_5ebc042fdf6dc($_smarty_tpl) {?>
<div class="modal-dialog">
<div class="modal-content">
<?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'=>"Result"), 0);?>
<div class="modal-body">
<?php if ($_smarty_tpl->tpl_vars['SUCCESS']->value){?>
<div class="mailSentSuccessfully" data-relatedload="<?php echo $_smarty_tpl->tpl_vars['RELATED_LOAD']->value;?>
">
<?php echo vtranslate('LBL_MAIL_SENT_SUCCESSFULLY');?>
</div>
<?php if ($_smarty_tpl->tpl_vars['FLAG']->value){?>
<input type="hidden" id="flag" value="<?php echo $_smarty_tpl->tpl_vars['FLAG']->value;?>
">
<?php }?>
<?php }else{ ?>
<div class="failedToSend" data-relatedload="false">
<?php echo vtranslate('LBL_FAILED_TO_SEND');?>
<br>
<?php echo $_smarty_tpl->tpl_vars['MESSAGE']->value;?>
</div>
<?php }?>
</div>
</div>
</div>
<?php }} ?>