65 lines
3.2 KiB
PHP
65 lines
3.2 KiB
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2020-05-31 13:31:53
|
|
compiled from "/home/sophalnexs/www/sophalcrm/includes/runtime/../../layouts/v7/modules/RecycleBin/partials/SidebarEssentials.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:11157324185ed3b1c9183fc4-88354666%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_valid = $_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'9007098f2eb600c70147c72bfab0fbf07c6c3d7b' =>
|
|
array (
|
|
0 => '/home/sophalnexs/www/sophalcrm/includes/runtime/../../layouts/v7/modules/RecycleBin/partials/SidebarEssentials.tpl',
|
|
1 => 1583050807,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'nocache_hash' => '11157324185ed3b1c9183fc4-88354666',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'variables' =>
|
|
array (
|
|
'MODULE_LIST' => 0,
|
|
'MODULEMODEL' => 0,
|
|
'SOURCE_MODULE' => 0,
|
|
),
|
|
'has_nocache_code' => false,
|
|
'version' => 'Smarty-3.1.7',
|
|
'unifunc' => 'content_5ed3b1c91e390',
|
|
),false); /*/%%SmartyHeaderCode%%*/?>
|
|
<?php if ($_valid && !is_callable('content_5ed3b1c91e390')) {function content_5ed3b1c91e390($_smarty_tpl) {?>
|
|
<div class="sidebar-menu sidebar-menu-full">
|
|
<div class="module-filters" id="module-filters">
|
|
<div class="sidebar-container lists-menu-container">
|
|
<h5 class="sidebar-header"> <?php echo vtranslate('LBL_MODULES','Settings:$MODULE');?>
|
|
</h5>
|
|
<hr>
|
|
<div>
|
|
<input class="search-list" type="text" placeholder="Search for Modules">
|
|
</div>
|
|
<div class="list-menu-content">
|
|
<div class="list-group">
|
|
<ul class="lists-menu" style="list-style-type: none; padding-left: 0px;">
|
|
<?php if (count($_smarty_tpl->tpl_vars['MODULE_LIST']->value)>0){?>
|
|
<?php $_smarty_tpl->tpl_vars['MODULEMODEL'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['MODULEMODEL']->_loop = false;
|
|
$_from = $_smarty_tpl->tpl_vars['MODULE_LIST']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
|
|
foreach ($_from as $_smarty_tpl->tpl_vars['MODULEMODEL']->key => $_smarty_tpl->tpl_vars['MODULEMODEL']->value){
|
|
$_smarty_tpl->tpl_vars['MODULEMODEL']->_loop = true;
|
|
?>
|
|
<li style="font-size:12px;" class='listViewFilter <?php if ($_smarty_tpl->tpl_vars['MODULEMODEL']->value->getName()==$_smarty_tpl->tpl_vars['SOURCE_MODULE']->value){?>active<?php }?> '>
|
|
<a class="filterName" href="index.php?module=RecycleBin&view=List&sourceModule=<?php echo $_smarty_tpl->tpl_vars['MODULEMODEL']->value->getName();?>
|
|
" ><?php echo vtranslate($_smarty_tpl->tpl_vars['MODULEMODEL']->value->getName(),$_smarty_tpl->tpl_vars['MODULEMODEL']->value->getName());?>
|
|
</a>
|
|
</li>
|
|
<?php } ?>
|
|
<?php }?>
|
|
</ul>
|
|
</div>
|
|
<div class="list-group hide noLists">
|
|
<h6 class="lists-header"><center> <?php echo vtranslate('LBL_NO');?>
|
|
<?php echo vtranslate('LBL_MODULES','Settings:$MODULE');?>
|
|
<?php echo vtranslate('LBL_FOUND');?>
|
|
... </center></h6>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div><?php }} ?>
|