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

69 lines
3.5 KiB
PHP

<?php /* Smarty version Smarty-3.1.7, created on 2020-03-04 14:24:53
compiled from "/home/sophalnexs/www/sophalcrm/includes/runtime/../../layouts/v7/modules/Settings/PickListDependency/ListViewHeader.tpl" */ ?>
<?php /*%%SmartyHeaderCode:5458235175e5fba355c2c22-39774965%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'103ccf7c358289be18ed10ff2c4ab49d5864f1a3' =>
array (
0 => '/home/sophalnexs/www/sophalcrm/includes/runtime/../../layouts/v7/modules/Settings/PickListDependency/ListViewHeader.tpl',
1 => 1583050834,
2 => 'file',
),
),
'nocache_hash' => '5458235175e5fba355c2c22-39774965',
'function' =>
array (
),
'variables' =>
array (
'QUALIFIED_MODULE' => 0,
'PICKLIST_MODULES_LIST' => 0,
'MODULE_MODEL' => 0,
'MODULE_NAME' => 0,
'FOR_MODULE' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.7',
'unifunc' => 'content_5e5fba356fa2a',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5e5fba356fa2a')) {function content_5e5fba356fa2a($_smarty_tpl) {?>
<div class="listViewPageDiv" id="listViewContent">
<div class="col-sm-12 col-xs-12 ">
<div id="listview-actions" class="listview-actions-container">
<div class = "row">
<div class='col-md-6'>
</div>
<div class="col-md-6">
<div class="row">
<span class="pull-right listViewActions" style="padding-right: 15px;">
<select class="select2 pickListSupportedModules" name="pickListSupportedModules" style="min-width: 220px;">
<option value=""><?php echo vtranslate('LBL_ALL',$_smarty_tpl->tpl_vars['QUALIFIED_MODULE']->value);?>
</option>
<?php $_smarty_tpl->tpl_vars['MODULE_MODEL'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['MODULE_MODEL']->_loop = false;
$_from = $_smarty_tpl->tpl_vars['PICKLIST_MODULES_LIST']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
foreach ($_from as $_smarty_tpl->tpl_vars['MODULE_MODEL']->key => $_smarty_tpl->tpl_vars['MODULE_MODEL']->value){
$_smarty_tpl->tpl_vars['MODULE_MODEL']->_loop = true;
?>
<?php $_smarty_tpl->tpl_vars['MODULE_NAME'] = new Smarty_variable($_smarty_tpl->tpl_vars['MODULE_MODEL']->value->get('name'), null, 0);?>
<option value="<?php echo $_smarty_tpl->tpl_vars['MODULE_NAME']->value;?>
" <?php if ($_smarty_tpl->tpl_vars['MODULE_NAME']->value==$_smarty_tpl->tpl_vars['FOR_MODULE']->value){?> selected <?php }?>>
<?php if ($_smarty_tpl->tpl_vars['MODULE_MODEL']->value->get('label')=='Calendar'){?>
<?php echo vtranslate('LBL_TASK',$_smarty_tpl->tpl_vars['MODULE_MODEL']->value->get('label'));?>
<?php }else{ ?>
<?php echo vtranslate($_smarty_tpl->tpl_vars['MODULE_MODEL']->value->get('label'),$_smarty_tpl->tpl_vars['MODULE_MODEL']->value->get('label'));?>
<?php }?>
</option>
<?php } ?>
</select>
</span>
</div>
</div>
</div>
<br>
<div class="list-content row"><?php }} ?>