Files
crm.clientright.ru/test/templates_c/v7/6e8cc5a50af9e6cb0a424a8e87c55ff96b78594d.file.ConditionPopup.tpl.php
Fedor 75d3f7942b feat: Обновлены все URL Nextcloud с office.klientprav.tech на office.clientright.ru
Обновленные файлы:
- crm_extensions/nextcloud_api.php (2 места)
- modules/Documents/actions/NcPrepareEdit.php
- crm_extensions/nextcloud_editor/js/nextcloud-editor.js
- crm_extensions/file_storage/api/get_edit_urls.php
- crm_extensions/file_storage/api/simple_edit.php
- crm_extensions/README.md
- NEXTCLOUD_EDIT_BUTTON_IMPLEMENTATION.md
- crm_extensions/docs/NEXTCLOUD_EDITOR.md
- test_syntax_check.html
- crm_extensions/tests/test_edit_button.html

Все ссылки теперь указывают на новый сервер office.clientright.ru
Backup файлы и тестовые директории не изменены
2025-10-20 17:17:34 +03:00

71 lines
3.2 KiB
PHP

<?php /* Smarty version Smarty-3.1.7, created on 2025-10-17 19:34:52
compiled from "/var/www/fastuser/data/www/crm.clientright.ru/includes/runtime/../../layouts/v7/modules/Workflow2/ConditionPopup.tpl" */ ?>
<?php /*%%SmartyHeaderCode:100079417868f2702cc4c759-61337598%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'6e8cc5a50af9e6cb0a424a8e87c55ff96b78594d' =>
array (
0 => '/var/www/fastuser/data/www/crm.clientright.ru/includes/runtime/../../layouts/v7/modules/Workflow2/ConditionPopup.tpl',
1 => 1711810495,
2 => 'file',
),
),
'nocache_hash' => '100079417868f2702cc4c759-61337598',
'function' =>
array (
),
'variables' =>
array (
'MODULE' => 0,
'HEADER_TITLE' => 0,
'toModule' => 0,
'title' => 0,
'conditionalContent' => 0,
'show_calculation' => 0,
'javascript' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.7',
'unifunc' => 'content_68f2702cc9723',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_68f2702cc9723')) {function content_68f2702cc9723($_smarty_tpl) {?><div class="modal-dialog modelContainer" style="width:1200px;">
<?php ob_start();?><?php echo vtranslate("configure Condition","Settings:Workflow2");?>
<?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);?>
<form method="POST" id="PopupConditionForm" action="index.php?module=Workflow2&parent=Settings&action=ConditionPopupStore">
<div class="modal-content">
<input type="hidden" name="task[module]" value="<?php echo $_smarty_tpl->tpl_vars['toModule']->value;?>
" />
<p style="margin:5px 10px;">
<?php echo $_smarty_tpl->tpl_vars['title']->value;?>
</p>
<div style="margin:0 10px;">
<?php echo $_smarty_tpl->tpl_vars['conditionalContent']->value;?>
</div>
<?php if ($_smarty_tpl->tpl_vars['show_calculation']->value){?>
<div style="margin:10px;overflow:hidden;">
<input type="button" class="btn btn-primary calculateRecords pull-left" name="calculator" value="<?php echo vtranslate('calculate number of records','Settings:Workflow2');?>
" />
<p id="recordMatchCounter" class=" pull-left" style="line-height:28px;margin-left:20px;display:none;"><span></span> <?php echo vtranslate('Records found','Settings:Workflow2');?>
</p>
</div>
<?php }?>
<?php echo $_smarty_tpl->getSubTemplate (vtemplate_path('ModalFooter.tpl',$_smarty_tpl->tpl_vars['MODULE']->value), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array('BUTTON_NAME'=>vtranslate('store condition','Settings:Workflow2')), 0);?>
</div>
</form>
</div>
<script type="text/javascript">
<?php echo $_smarty_tpl->tpl_vars['javascript']->value;?>
</script>
<?php }} ?>