Files
crm.clientright.ru/test/templates_c/v7/cf158c9bf8cdd0d297d03fae1ba728dbca33d353.file.Index.tpl.php

73 lines
3.6 KiB
PHP

<?php /* Smarty version Smarty-3.1.7, created on 2025-11-15 14:43:36
compiled from "/var/www/fastuser/data/www/crm.clientright.ru/includes/runtime/../../layouts/v7/modules/Settings/Picklist/Index.tpl" */ ?>
<?php /*%%SmartyHeaderCode:60668964569186768a9b1c2-04042385%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'cf158c9bf8cdd0d297d03fae1ba728dbca33d353' =>
array (
0 => '/var/www/fastuser/data/www/crm.clientright.ru/includes/runtime/../../layouts/v7/modules/Settings/Picklist/Index.tpl',
1 => 1711810494,
2 => 'file',
),
),
'nocache_hash' => '60668964569186768a9b1c2-04042385',
'function' =>
array (
),
'variables' =>
array (
'QUALIFIED_MODULE' => 0,
'PICKLIST_MODULES' => 0,
'SELECTED_MODULE_NAME' => 0,
'PICKLIST_MODULE' => 0,
'NO_PICKLIST_FIELDS' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.7',
'unifunc' => 'content_69186768ae984',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_69186768ae984')) {function content_69186768ae984($_smarty_tpl) {?>
<div class="listViewPageDiv detailViewContainer " id="listViewContent">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 form-horizontal" >
<br>
<div class="detailViewInfo">
<div class="row form-group"><div class="col-lg-3 col-md-3 col-sm-3 control-label fieldLabel">
<label class="fieldLabel "><?php echo vtranslate('LBL_SELECT_MODULE',$_smarty_tpl->tpl_vars['QUALIFIED_MODULE']->value);?>
</label>
</div>
<div class="fieldValue col-sm-3 col-xs-3">
<select class="select2 inputElement" id="pickListModules" name="pickListModules">
<option value=""><?php echo vtranslate('LBL_SELECT_OPTION',$_smarty_tpl->tpl_vars['QUALIFIED_MODULE']->value);?>
</option>
<?php $_smarty_tpl->tpl_vars['PICKLIST_MODULE'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['PICKLIST_MODULE']->_loop = false;
$_from = $_smarty_tpl->tpl_vars['PICKLIST_MODULES']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
foreach ($_from as $_smarty_tpl->tpl_vars['PICKLIST_MODULE']->key => $_smarty_tpl->tpl_vars['PICKLIST_MODULE']->value){
$_smarty_tpl->tpl_vars['PICKLIST_MODULE']->_loop = true;
?>
<option <?php if ($_smarty_tpl->tpl_vars['SELECTED_MODULE_NAME']->value==$_smarty_tpl->tpl_vars['PICKLIST_MODULE']->value->get('name')){?> selected="" <?php }?> value="<?php echo $_smarty_tpl->tpl_vars['PICKLIST_MODULE']->value->get('name');?>
"><?php echo vtranslate($_smarty_tpl->tpl_vars['PICKLIST_MODULE']->value->get('name'),$_smarty_tpl->tpl_vars['PICKLIST_MODULE']->value->get('name'));?>
</option>
<?php } ?>
</select>
</div>
</div>
</div>
<div id="modulePickListContainer">
<?php echo $_smarty_tpl->getSubTemplate (vtemplate_path("ModulePickListDetail.tpl",$_smarty_tpl->tpl_vars['QUALIFIED_MODULE']->value), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
</div>
<br>
<div id="modulePickListValuesContainer">
<?php if (empty($_smarty_tpl->tpl_vars['NO_PICKLIST_FIELDS']->value)){?>
<?php echo $_smarty_tpl->getSubTemplate (vtemplate_path("PickListValueDetail.tpl",$_smarty_tpl->tpl_vars['QUALIFIED_MODULE']->value), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
<?php }?>
</div>
</div>
</div><?php }} ?>