65 lines
3.2 KiB
PHP
65 lines
3.2 KiB
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2019-09-05 15:13:52
|
|
compiled from "C:\wamp64\www\sophalcrm\includes\runtime/../../layouts/v7\modules\RecycleBin\partials\SidebarEssentials.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:5271467395d71263006f831-79993902%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_valid = $_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'49f7fd5529c171a9c137760a41e47c5c8580f51a' =>
|
|
array (
|
|
0 => 'C:\\wamp64\\www\\sophalcrm\\includes\\runtime/../../layouts/v7\\modules\\RecycleBin\\partials\\SidebarEssentials.tpl',
|
|
1 => 1567520689,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'nocache_hash' => '5271467395d71263006f831-79993902',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'variables' =>
|
|
array (
|
|
'MODULE_LIST' => 0,
|
|
'MODULEMODEL' => 0,
|
|
'SOURCE_MODULE' => 0,
|
|
),
|
|
'has_nocache_code' => false,
|
|
'version' => 'Smarty-3.1.7',
|
|
'unifunc' => 'content_5d7126300b5cc',
|
|
),false); /*/%%SmartyHeaderCode%%*/?>
|
|
<?php if ($_valid && !is_callable('content_5d7126300b5cc')) {function content_5d7126300b5cc($_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 }} ?>
|