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

81 lines
3.6 KiB
PHP

<?php /* Smarty version Smarty-3.1.7, created on 2020-02-10 14:24:25
compiled from "C:\inetpub\wwwroot\sophalcrm\includes\runtime/../../layouts/v7\modules\Import\ImportSchedule.tpl" */ ?>
<?php /*%%SmartyHeaderCode:12708483895e416799b089a7-79575504%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'453b7f758a047fe387727690a250885641dc0029' =>
array (
0 => 'C:\\inetpub\\wwwroot\\sophalcrm\\includes\\runtime/../../layouts/v7\\modules\\Import\\ImportSchedule.tpl',
1 => 1567517079,
2 => 'file',
),
),
'nocache_hash' => '12708483895e416799b089a7-79575504',
'function' =>
array (
),
'variables' =>
array (
'MODULE' => 0,
'HEADER_TITLE' => 0,
'ERROR_MESSAGE' => 0,
'FOR_MODULE' => 0,
'IMPORT_ID' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.7',
'unifunc' => 'content_5e41679a221a8',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5e41679a221a8')) {function content_5e41679a221a8($_smarty_tpl) {?>
<div class='fc-overlay-modal modal-content'>
<div class="overlayHeader">
<?php ob_start();?><?php echo vtranslate('LBL_IMPORT_SCHEDULED',$_smarty_tpl->tpl_vars['MODULE']->value);?>
<?php $_tmp1=ob_get_clean();?><?php $_smarty_tpl->tpl_vars['HEADER_TITLE'] = new Smarty_variable($_tmp1, 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>
<div class='modal-body' style="margin-bottom:250px">
<div>
<table class="table table-borderless">
<?php if ($_smarty_tpl->tpl_vars['ERROR_MESSAGE']->value!=''){?>
<tr>
<td>
<?php echo $_smarty_tpl->tpl_vars['ERROR_MESSAGE']->value;?>
</td>
</tr>
<?php }?>
<tr>
<td>
<table cellpadding="10" cellspacing="0" align="center" class="table table-borderless">
<tr>
<td><?php echo vtranslate('LBL_SCHEDULED_IMPORT_DETAILS',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
<div class='modal-overlay-footer border1px clearfix'>
<div class="row clearfix">
<div class='textAlignCenter col-lg-12 col-md-12 col-sm-12 '>
<button name="cancel" value="<?php echo vtranslate('LBL_CANCEL_IMPORT',$_smarty_tpl->tpl_vars['MODULE']->value);?>
" class="btn btn-lg btn-danger"
onclick="Vtiger_Import_Js.cancelImport('index.php?module=<?php echo $_smarty_tpl->tpl_vars['FOR_MODULE']->value;?>
&view=Import&mode=cancelImport&import_id=<?php echo $_smarty_tpl->tpl_vars['IMPORT_ID']->value;?>
')"><?php echo vtranslate('LBL_CANCEL_IMPORT',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</button>
<button class="btn btn-success btn-lg" name="ok" onclick="Vtiger_Import_Js.scheduleImport('index.php?module=<?php echo $_smarty_tpl->tpl_vars['FOR_MODULE']->value;?>
&view=Import')"><?php echo vtranslate('LBL_OK_BUTTON_LABEL',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</button>
</div>
</div>
</div>
</div>
<?php }} ?>