예제 #1
0
 /**
  * Function to get the Display Value, for the current field type with given DB Insert Value
  * @param <Object> $value
  * @return <Object>
  */
 public function getDisplayValue($value)
 {
     $allSkins = Vtiger_Theme::getAllSkins();
     $skinColor = $allSkins[$value];
     $value = ucfirst($value);
     return "<div class='span4' style='width:230px; background-color:{$skinColor};' title='{$value}'>&nbsp;</div>";
 }
예제 #2
0
 /**
  * Function to get the Display Value, for the current field type with given DB Insert Value
  * @param <Object> $value
  * @return <Object>
  */
 public function getDisplayValue($value, $record = false, $recordInstance = false, $rawText = false)
 {
     $allSkins = Vtiger_Theme::getAllSkins();
     $skinColor = $allSkins[$value];
     $value = ucfirst($value);
     return "<div class='col-md-4' style='width:230px; background-color:{$skinColor};' title='{$value}'>&nbsp;</div>";
 }
예제 #3
0
 /**
  * Function to get the Display Value, for the current field type with given DB Insert Value
  * @param <Object> $value
  * @return <Object>
  */
 public function getDisplayValue($value)
 {
     global $log;
     $log->debug("Entering ./uitypes/Theme.php::getDisplayValue");
     $allSkins = Vtiger_Theme::getAllSkins();
     $skinColor = $allSkins[$value];
     $value = ucfirst($value);
     return "<div class='span4' style='width:230px; background-color:{$skinColor};' title='{$value}'>&nbsp;</div>";
 }
예제 #4
0
파일: utils.php 프로젝트: yunter/crm
/**
 * Return an array of directory names.
 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
 * All Rights Reserved.
 * Contributor(s): ______________________________________..
 */
function get_themes()
{
    return Vtiger_Theme::getAllSkins();
}
    function content_5674dd282e457($_smarty_tpl)
    {
        $_smarty_tpl->tpl_vars["topMenus"] = new Smarty_variable($_smarty_tpl->tpl_vars['MENU_STRUCTURE']->value->getTop(), null, 0);
        $_smarty_tpl->tpl_vars["moreMenus"] = new Smarty_variable($_smarty_tpl->tpl_vars['MENU_STRUCTURE']->value->getMore(), null, 0);
        $_smarty_tpl->tpl_vars['NUMBER_OF_PARENT_TABS'] = new Smarty_variable(count(array_keys($_smarty_tpl->tpl_vars['moreMenus']->value)), null, 0);
        ?>
<div class="navbar" id="topMenus" style="overflow: hidden;height:40px;"><div class="navbar-inner" id="nav-inner"><div class="menuBar row-fluid"><div class="span9"><ul class="nav modulesList" id="largeNav"><li class="tabs"><a class="alignMiddle <?php 
        if ($_smarty_tpl->tpl_vars['MODULE']->value == 'Home') {
            ?>
 selected <?php 
        }
        ?>
" href="<?php 
        echo $_smarty_tpl->tpl_vars['HOME_MODULE_MODEL']->value->getDefaultUrl();
        ?>
"><img src="<?php 
        echo vimage_path('home.png');
        ?>
" alt="<?php 
        echo vtranslate('LBL_HOME', $_smarty_tpl->tpl_vars['moduleName']->value);
        ?>
" title="<?php 
        echo vtranslate('LBL_HOME', $_smarty_tpl->tpl_vars['moduleName']->value);
        ?>
" /></a></li><?php 
        $_smarty_tpl->tpl_vars['moduleModel'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['moduleModel']->_loop = false;
        $_smarty_tpl->tpl_vars['moduleName'] = new Smarty_Variable();
        $_from = $_smarty_tpl->tpl_vars['topMenus']->value;
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        $_smarty_tpl->tpl_vars['smarty']->value['foreach']['topmenu']['index'] = -1;
        foreach ($_from as $_smarty_tpl->tpl_vars['moduleModel']->key => $_smarty_tpl->tpl_vars['moduleModel']->value) {
            $_smarty_tpl->tpl_vars['moduleModel']->_loop = true;
            $_smarty_tpl->tpl_vars['moduleName']->value = $_smarty_tpl->tpl_vars['moduleModel']->key;
            $_smarty_tpl->tpl_vars['smarty']->value['foreach']['topmenu']['index']++;
            $_smarty_tpl->tpl_vars['translatedModuleLabel'] = new Smarty_variable(vtranslate($_smarty_tpl->tpl_vars['moduleModel']->value->get('label'), $_smarty_tpl->tpl_vars['moduleName']->value), null, 0);
            $_smarty_tpl->tpl_vars["topmenuClassName"] = new Smarty_variable("tabs", null, 0);
            if ($_smarty_tpl->getVariable('smarty')->value['foreach']['topmenu']['index'] > $_smarty_tpl->tpl_vars['MENU_TOPITEMS_LIMIT']->value && $_smarty_tpl->tpl_vars['MENU_SELECTED_MODULENAME']->value != $_smarty_tpl->tpl_vars['moduleName']->value) {
                $_smarty_tpl->tpl_vars["topmenuClassName"] = new Smarty_variable("tabs opttabs", null, 0);
            }
            ?>
<li class="<?php 
            echo $_smarty_tpl->tpl_vars['topmenuClassName']->value;
            ?>
"><a id="menubar_item_<?php 
            echo $_smarty_tpl->tpl_vars['moduleName']->value;
            ?>
" href="<?php 
            echo $_smarty_tpl->tpl_vars['moduleModel']->value->getDefaultUrl();
            ?>
" <?php 
            if ($_smarty_tpl->tpl_vars['MODULE']->value == $_smarty_tpl->tpl_vars['moduleName']->value) {
                ?>
 class="selected" <?php 
            }
            ?>
><strong><?php 
            echo $_smarty_tpl->tpl_vars['translatedModuleLabel']->value;
            ?>
</strong></a></li><?php 
        }
        ?>
</ul><ul class="nav" id="shortNav"><li class="tabs"><a class="alignMiddle <?php 
        if ($_smarty_tpl->tpl_vars['MODULE']->value == 'Home') {
            ?>
 selected <?php 
        }
        ?>
" href="<?php 
        echo $_smarty_tpl->tpl_vars['HOME_MODULE_MODEL']->value->getDefaultUrl();
        ?>
"><img src="<?php 
        echo vimage_path('home.png');
        ?>
" alt="<?php 
        echo vtranslate('LBL_HOME', $_smarty_tpl->tpl_vars['moduleName']->value);
        ?>
" title="<?php 
        echo vtranslate('LBL_HOME', $_smarty_tpl->tpl_vars['moduleName']->value);
        ?>
" /></a></li><li class="dropdown tabs" id="collapsedMenu"><a class="dropdown-toggle" data-toggle="dropdown" href="#collapsedMenu"><?php 
        echo vtranslate('LBL_ALL', $_smarty_tpl->tpl_vars['MODULE']->value);
        ?>
<b class="caret"></b></a><div class="dropdown-menu"><div class="shortDropdown"><?php 
        $_smarty_tpl->tpl_vars['moduleList'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['moduleList']->_loop = false;
        $_smarty_tpl->tpl_vars['parent'] = new Smarty_Variable();
        $_from = $_smarty_tpl->tpl_vars['moreMenus']->value;
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        $_smarty_tpl->tpl_vars['moduleList']->total = $_smarty_tpl->_count($_from);
        $_smarty_tpl->tpl_vars['moduleList']->iteration = 0;
        $_smarty_tpl->tpl_vars['smarty']->value['foreach']['more']['index'] = -1;
        foreach ($_from as $_smarty_tpl->tpl_vars['moduleList']->key => $_smarty_tpl->tpl_vars['moduleList']->value) {
            $_smarty_tpl->tpl_vars['moduleList']->_loop = true;
            $_smarty_tpl->tpl_vars['parent']->value = $_smarty_tpl->tpl_vars['moduleList']->key;
            $_smarty_tpl->tpl_vars['moduleList']->iteration++;
            $_smarty_tpl->tpl_vars['moduleList']->last = $_smarty_tpl->tpl_vars['moduleList']->iteration === $_smarty_tpl->tpl_vars['moduleList']->total;
            $_smarty_tpl->tpl_vars['smarty']->value['foreach']['more']['index']++;
            $_smarty_tpl->tpl_vars['smarty']->value['foreach']['more']['last'] = $_smarty_tpl->tpl_vars['moduleList']->last;
            if ($_smarty_tpl->tpl_vars['moduleList']->value) {
                ?>
<strong><?php 
                echo vtranslate("LBL_" . $_smarty_tpl->tpl_vars['parent']->value, $_smarty_tpl->tpl_vars['moduleName']->value);
                ?>
</strong><hr><?php 
                $_smarty_tpl->tpl_vars['moduleModel'] = new Smarty_Variable();
                $_smarty_tpl->tpl_vars['moduleModel']->_loop = false;
                $_smarty_tpl->tpl_vars['moduleName'] = new Smarty_Variable();
                $_from = $_smarty_tpl->tpl_vars['moduleList']->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;
                    $_smarty_tpl->tpl_vars['moduleName']->value = $_smarty_tpl->tpl_vars['moduleModel']->key;
                    $_smarty_tpl->tpl_vars['translatedModuleLabel'] = new Smarty_variable(vtranslate($_smarty_tpl->tpl_vars['moduleModel']->value->get('label'), $_smarty_tpl->tpl_vars['moduleName']->value), null, 0);
                    ?>
<label class="moduleNames"><a id="menubar_item_<?php 
                    echo $_smarty_tpl->tpl_vars['moduleName']->value;
                    ?>
" href="<?php 
                    echo $_smarty_tpl->tpl_vars['moduleModel']->value->getDefaultUrl();
                    ?>
"><?php 
                    echo $_smarty_tpl->tpl_vars['translatedModuleLabel']->value;
                    ?>
</a></label><?php 
                }
            }
        }
        ?>
</div></div></li></ul><ul class="nav modulesList" id="mediumNav"><li class="tabs"><a class="alignMiddle <?php 
        if ($_smarty_tpl->tpl_vars['MODULE']->value == 'Home') {
            ?>
 selected <?php 
        }
        ?>
" href="<?php 
        echo $_smarty_tpl->tpl_vars['HOME_MODULE_MODEL']->value->getDefaultUrl();
        ?>
"><img src="<?php 
        echo vimage_path('home.png');
        ?>
" alt="<?php 
        echo vtranslate('LBL_HOME', $_smarty_tpl->tpl_vars['moduleName']->value);
        ?>
" title="<?php 
        echo vtranslate('LBL_HOME', $_smarty_tpl->tpl_vars['moduleName']->value);
        ?>
" /></a></li><?php 
        $_smarty_tpl->tpl_vars['COUNTER'] = new Smarty_variable(0, null, 0);
        $_smarty_tpl->tpl_vars['moduleModel'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['moduleModel']->_loop = false;
        $_smarty_tpl->tpl_vars['moduleName'] = new Smarty_Variable();
        $_from = $_smarty_tpl->tpl_vars['topMenus']->value;
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        $_smarty_tpl->tpl_vars['smarty']->value['foreach']['topmenu']['index'] = -1;
        foreach ($_from as $_smarty_tpl->tpl_vars['moduleModel']->key => $_smarty_tpl->tpl_vars['moduleModel']->value) {
            $_smarty_tpl->tpl_vars['moduleModel']->_loop = true;
            $_smarty_tpl->tpl_vars['moduleName']->value = $_smarty_tpl->tpl_vars['moduleModel']->key;
            $_smarty_tpl->tpl_vars['smarty']->value['foreach']['topmenu']['index']++;
            $_smarty_tpl->tpl_vars['translatedModuleLabel'] = new Smarty_variable(vtranslate($_smarty_tpl->tpl_vars['moduleModel']->value->get('label'), $_smarty_tpl->tpl_vars['moduleName']->value), null, 0);
            $_smarty_tpl->tpl_vars["topmenuClassName"] = new Smarty_variable("tabs", null, 0);
            if ($_smarty_tpl->getVariable('smarty')->value['foreach']['topmenu']['index'] > 2 && $_smarty_tpl->tpl_vars['MENU_SELECTED_MODULENAME']->value != $_smarty_tpl->tpl_vars['moduleName']->value) {
                $_smarty_tpl->tpl_vars["topmenuClassName"] = new Smarty_variable("tabs opttabs", null, 0);
            }
            ?>
<li class="<?php 
            echo $_smarty_tpl->tpl_vars['topmenuClassName']->value;
            ?>
"><a id="menubar_item_<?php 
            echo $_smarty_tpl->tpl_vars['moduleName']->value;
            ?>
" href="<?php 
            echo $_smarty_tpl->tpl_vars['moduleModel']->value->getDefaultUrl();
            ?>
" <?php 
            if ($_smarty_tpl->tpl_vars['MODULE']->value == $_smarty_tpl->tpl_vars['moduleName']->value) {
                ?>
 class="selected" <?php 
            }
            ?>
><strong><?php 
            echo $_smarty_tpl->tpl_vars['translatedModuleLabel']->value;
            ?>
</strong></a></li><?php 
        }
        ?>
</ul><ul class="nav" id="commonMoreMenu"><li class="dropdown" id="moreMenu"><a class="dropdown-toggle" data-toggle="dropdown" href="#moreMenu"><strong><?php 
        echo vtranslate('LBL_ALL', $_smarty_tpl->tpl_vars['MODULE']->value);
        ?>
&nbsp;</strong><b class="caret"></b></a><div class="dropdown-menu moreMenus" <?php 
        if ($_smarty_tpl->tpl_vars['NUMBER_OF_PARENT_TABS']->value <= 2 && $_smarty_tpl->tpl_vars['NUMBER_OF_PARENT_TABS']->value != 0) {
            ?>
style="width: 30em;"<?php 
        } elseif ($_smarty_tpl->tpl_vars['NUMBER_OF_PARENT_TABS']->value == 0) {
            ?>
style="width: 10em;"<?php 
        }
        ?>
><?php 
        $_smarty_tpl->tpl_vars['moduleList'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['moduleList']->_loop = false;
        $_smarty_tpl->tpl_vars['parent'] = new Smarty_Variable();
        $_from = $_smarty_tpl->tpl_vars['moreMenus']->value;
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        $_smarty_tpl->tpl_vars['moduleList']->total = $_smarty_tpl->_count($_from);
        $_smarty_tpl->tpl_vars['moduleList']->iteration = 0;
        $_smarty_tpl->tpl_vars['smarty']->value['foreach']['more']['index'] = -1;
        foreach ($_from as $_smarty_tpl->tpl_vars['moduleList']->key => $_smarty_tpl->tpl_vars['moduleList']->value) {
            $_smarty_tpl->tpl_vars['moduleList']->_loop = true;
            $_smarty_tpl->tpl_vars['parent']->value = $_smarty_tpl->tpl_vars['moduleList']->key;
            $_smarty_tpl->tpl_vars['moduleList']->iteration++;
            $_smarty_tpl->tpl_vars['moduleList']->last = $_smarty_tpl->tpl_vars['moduleList']->iteration === $_smarty_tpl->tpl_vars['moduleList']->total;
            $_smarty_tpl->tpl_vars['smarty']->value['foreach']['more']['index']++;
            $_smarty_tpl->tpl_vars['smarty']->value['foreach']['more']['last'] = $_smarty_tpl->tpl_vars['moduleList']->last;
            if ($_smarty_tpl->tpl_vars['NUMBER_OF_PARENT_TABS']->value >= 4) {
                $_smarty_tpl->tpl_vars['SPAN_CLASS'] = new Smarty_variable('span3', null, 0);
            } elseif ($_smarty_tpl->tpl_vars['NUMBER_OF_PARENT_TABS']->value == 3) {
                $_smarty_tpl->tpl_vars['SPAN_CLASS'] = new Smarty_variable('span4', null, 0);
            } elseif ($_smarty_tpl->tpl_vars['NUMBER_OF_PARENT_TABS']->value <= 2) {
                $_smarty_tpl->tpl_vars['SPAN_CLASS'] = new Smarty_variable('span6', null, 0);
            }
            if ($_smarty_tpl->getVariable('smarty')->value['foreach']['more']['index'] % 4 == 0) {
                ?>
<div class="row-fluid"><?php 
            }
            ?>
<span class="<?php 
            echo $_smarty_tpl->tpl_vars['SPAN_CLASS']->value;
            ?>
"><strong><?php 
            echo vtranslate("LBL_" . $_smarty_tpl->tpl_vars['parent']->value, $_smarty_tpl->tpl_vars['moduleName']->value);
            ?>
</strong><hr><?php 
            $_smarty_tpl->tpl_vars['moduleModel'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['moduleModel']->_loop = false;
            $_smarty_tpl->tpl_vars['moduleName'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['moduleList']->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;
                $_smarty_tpl->tpl_vars['moduleName']->value = $_smarty_tpl->tpl_vars['moduleModel']->key;
                $_smarty_tpl->tpl_vars['translatedModuleLabel'] = new Smarty_variable(vtranslate($_smarty_tpl->tpl_vars['moduleModel']->value->get('label'), $_smarty_tpl->tpl_vars['moduleName']->value), null, 0);
                ?>
<label class="moduleNames"><a id="menubar_item_<?php 
                echo $_smarty_tpl->tpl_vars['moduleName']->value;
                ?>
" href="<?php 
                echo $_smarty_tpl->tpl_vars['moduleModel']->value->getDefaultUrl();
                ?>
"><?php 
                echo $_smarty_tpl->tpl_vars['translatedModuleLabel']->value;
                ?>
</a></label><?php 
            }
            ?>
</span><?php 
            if ($_smarty_tpl->getVariable('smarty')->value['foreach']['more']['last'] || ($_smarty_tpl->getVariable('smarty')->value['foreach']['more']['index'] + 1) % 4 == 0) {
                ?>
</div><?php 
            }
        }
        if ($_smarty_tpl->tpl_vars['USER_MODEL']->value->isAdminUser()) {
            ?>
<div class="row-fluid"><a id="menubar_item_moduleManager" href="index.php?module=MenuEditor&parent=Settings&view=Index" class="pull-right"><?php 
            echo vtranslate('LBL_CUSTOMIZE_MAIN_MENU', $_smarty_tpl->tpl_vars['MODULE']->value);
            ?>
</a></div><div class="row-fluid"><a id="menubar_item_moduleManager" href="index.php?module=ModuleManager&parent=Settings&view=List" class="pull-right"><?php 
            echo vtranslate('LBL_ADD_MANAGE_MODULES', $_smarty_tpl->tpl_vars['MODULE']->value);
            ?>
</a></div><?php 
        }
        ?>
</div></li></ul></div><div class="span3 marginLeftZero pull-right" id="headerLinks"><span id="headerLinksBig" class="pull-right headerLinksContainer"><span class="dropdown span settingIcons"><a class="dropdown-toggle" data-toggle="dropdown" href="#"><img src="<?php 
        echo vimage_path('theme_brush.png');
        ?>
" alt="theme roller" title="Theme Roller" /></a><ul class="dropdown-menu themeMenuContainer"><div id="themeContainer"><?php 
        $_smarty_tpl->tpl_vars['COUNTER'] = new Smarty_variable(0, null, 0);
        $_smarty_tpl->tpl_vars['THEMES_LIST'] = new Smarty_variable(Vtiger_Theme::getAllSkins(), null, 0);
        ?>
<div class="row-fluid themeMenu"><?php 
        $_smarty_tpl->tpl_vars['SKIN_COLOR'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['SKIN_COLOR']->_loop = false;
        $_smarty_tpl->tpl_vars['SKIN_NAME'] = new Smarty_Variable();
        $_from = $_smarty_tpl->tpl_vars['THEMES_LIST']->value;
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        foreach ($_from as $_smarty_tpl->tpl_vars['SKIN_COLOR']->key => $_smarty_tpl->tpl_vars['SKIN_COLOR']->value) {
            $_smarty_tpl->tpl_vars['SKIN_COLOR']->_loop = true;
            $_smarty_tpl->tpl_vars['SKIN_NAME']->value = $_smarty_tpl->tpl_vars['SKIN_COLOR']->key;
            if ($_smarty_tpl->tpl_vars['COUNTER']->value == 3) {
                ?>
</div><div class="row-fluid themeMenu"><?php 
                $_smarty_tpl->tpl_vars['COUNTER'] = new Smarty_variable(1, null, 0);
            } else {
                $_smarty_tpl->tpl_vars['COUNTER'] = new Smarty_variable($_smarty_tpl->tpl_vars['COUNTER']->value + 1, null, 0);
            }
            ?>
<div class="span4 themeElement <?php 
            if ($_smarty_tpl->tpl_vars['USER_MODEL']->value->get('theme') == $_smarty_tpl->tpl_vars['SKIN_NAME']->value) {
                ?>
themeSelected<?php 
            }
            ?>
" data-skin-name="<?php 
            echo $_smarty_tpl->tpl_vars['SKIN_NAME']->value;
            ?>
" title="<?php 
            echo ucfirst($_smarty_tpl->tpl_vars['SKIN_NAME']->value);
            ?>
" style="background-color:<?php 
            echo $_smarty_tpl->tpl_vars['SKIN_COLOR']->value;
            ?>
;"></div><?php 
        }
        ?>
</div></div><div id="progressDiv"></div></ul></span><?php 
        $_smarty_tpl->tpl_vars['obj'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['obj']->_loop = false;
        $_smarty_tpl->tpl_vars['index'] = new Smarty_Variable();
        $_from = $_smarty_tpl->tpl_vars['HEADER_LINKS']->value;
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        foreach ($_from as $_smarty_tpl->tpl_vars['obj']->key => $_smarty_tpl->tpl_vars['obj']->value) {
            $_smarty_tpl->tpl_vars['obj']->_loop = true;
            $_smarty_tpl->tpl_vars['index']->value = $_smarty_tpl->tpl_vars['obj']->key;
            $_smarty_tpl->tpl_vars["src"] = new Smarty_variable($_smarty_tpl->tpl_vars['obj']->value->getIconPath(), null, 0);
            $_smarty_tpl->tpl_vars["icon"] = new Smarty_variable($_smarty_tpl->tpl_vars['obj']->value->getIcon(), null, 0);
            $_smarty_tpl->tpl_vars["title"] = new Smarty_variable($_smarty_tpl->tpl_vars['obj']->value->getLabel(), null, 0);
            $_smarty_tpl->tpl_vars["childLinks"] = new Smarty_variable($_smarty_tpl->tpl_vars['obj']->value->getChildLinks(), null, 0);
            ?>
<span class="dropdown span<?php 
            if (!empty($_smarty_tpl->tpl_vars['src']->value)) {
                ?>
 settingIcons <?php 
            }
            ?>
"><?php 
            if (!empty($_smarty_tpl->tpl_vars['src']->value)) {
                ?>
<a id="menubar_item_right_<?php 
                echo $_smarty_tpl->tpl_vars['title']->value;
                ?>
" class="dropdown-toggle" data-toggle="dropdown" href="#"><img src="<?php 
                echo $_smarty_tpl->tpl_vars['src']->value;
                ?>
" alt="<?php 
                echo vtranslate($_smarty_tpl->tpl_vars['title']->value, $_smarty_tpl->tpl_vars['MODULE']->value);
                ?>
" title="<?php 
                echo vtranslate($_smarty_tpl->tpl_vars['title']->value, $_smarty_tpl->tpl_vars['MODULE']->value);
                ?>
" /></a><?php 
            } else {
                $_smarty_tpl->tpl_vars['title'] = new Smarty_variable($_smarty_tpl->tpl_vars['USER_MODEL']->value->get('first_name'), null, 0);
                if (empty($_smarty_tpl->tpl_vars['title']->value)) {
                    $_smarty_tpl->tpl_vars['title'] = new Smarty_variable($_smarty_tpl->tpl_vars['USER_MODEL']->value->get('last_name'), null, 0);
                }
                ?>
<span class="dropdown-toggle" data-toggle="dropdown" href="#"><a id="menubar_item_right_<?php 
                echo $_smarty_tpl->tpl_vars['title']->value;
                ?>
"  class="userName textOverflowEllipsis" title="<?php 
                echo $_smarty_tpl->tpl_vars['title']->value;
                ?>
"><strong><?php 
                echo $_smarty_tpl->tpl_vars['title']->value;
                ?>
</strong>&nbsp;<i class="caret"></i> </a> </span><?php 
            }
            if (!empty($_smarty_tpl->tpl_vars['childLinks']->value)) {
                ?>
<ul class="dropdown-menu pull-right"><?php 
                $_smarty_tpl->tpl_vars['obj'] = new Smarty_Variable();
                $_smarty_tpl->tpl_vars['obj']->_loop = false;
                $_smarty_tpl->tpl_vars['index'] = new Smarty_Variable();
                $_from = $_smarty_tpl->tpl_vars['childLinks']->value;
                if (!is_array($_from) && !is_object($_from)) {
                    settype($_from, 'array');
                }
                foreach ($_from as $_smarty_tpl->tpl_vars['obj']->key => $_smarty_tpl->tpl_vars['obj']->value) {
                    $_smarty_tpl->tpl_vars['obj']->_loop = true;
                    $_smarty_tpl->tpl_vars['index']->value = $_smarty_tpl->tpl_vars['obj']->key;
                    if ($_smarty_tpl->tpl_vars['obj']->value->getLabel() == null) {
                        ?>
<li class="divider">&nbsp;</li><?php 
                    } else {
                        $_smarty_tpl->tpl_vars["id"] = new Smarty_variable($_smarty_tpl->tpl_vars['obj']->value->getId(), null, 0);
                        $_smarty_tpl->tpl_vars["href"] = new Smarty_variable($_smarty_tpl->tpl_vars['obj']->value->getUrl(), null, 0);
                        $_smarty_tpl->tpl_vars["label"] = new Smarty_variable($_smarty_tpl->tpl_vars['obj']->value->getLabel(), null, 0);
                        $_smarty_tpl->tpl_vars["onclick"] = new Smarty_variable('', null, 0);
                        if (stripos($_smarty_tpl->tpl_vars['obj']->value->getUrl(), 'javascript:') === 0) {
                            $_smarty_tpl->tpl_vars["onclick"] = new Smarty_variable("onclick=" . $_smarty_tpl->tpl_vars['href']->value, null, 0);
                            $_smarty_tpl->tpl_vars["href"] = new Smarty_variable("javascript:;", null, 0);
                        }
                        ?>
<li><a target="<?php 
                        echo $_smarty_tpl->tpl_vars['obj']->value->target;
                        ?>
" id="menubar_item_right_<?php 
                        echo Vtiger_Util_Helper::replaceSpaceWithUnderScores($_smarty_tpl->tpl_vars['label']->value);
                        ?>
" <?php 
                        if ($_smarty_tpl->tpl_vars['label']->value == 'Switch to old look') {
                            ?>
switchLook<?php 
                        }
                        ?>
 href="<?php 
                        echo $_smarty_tpl->tpl_vars['href']->value;
                        ?>
" <?php 
                        echo $_smarty_tpl->tpl_vars['onclick']->value;
                        ?>
><?php 
                        echo vtranslate($_smarty_tpl->tpl_vars['label']->value, $_smarty_tpl->tpl_vars['MODULE']->value);
                        ?>
</a></li><?php 
                    }
                }
                ?>
</ul><?php 
            }
            ?>
</span><?php 
        }
        ?>
</span><div id="headerLinksCompact"><span class="btn-group dropdown qCreate cursorPointer"><img src="<?php 
        echo vimage_path('btnAdd_white.png');
        ?>
" class="" alt="<?php 
        echo vtranslate('LBL_QUICK_CREATE', $_smarty_tpl->tpl_vars['MODULE']->value);
        ?>
" title="<?php 
        echo vtranslate('LBL_QUICK_CREATE', $_smarty_tpl->tpl_vars['MODULE']->value);
        ?>
" data-toggle="dropdown"/><ul class="dropdown-menu dropdownStyles pull-right commonActionsButtonDropDown"><li class="title"><strong><?php 
        echo vtranslate('Quick Create', $_smarty_tpl->tpl_vars['MODULE']->value);
        ?>
</strong></li><hr/><li id="compactquickCreate"><div class="CompactQC"><?php 
        $_smarty_tpl->tpl_vars['moduleModel'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['moduleModel']->_loop = false;
        $_smarty_tpl->tpl_vars['moduleName'] = new Smarty_Variable();
        $_from = $_smarty_tpl->tpl_vars['MENUS']->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;
            $_smarty_tpl->tpl_vars['moduleName']->value = $_smarty_tpl->tpl_vars['moduleModel']->key;
            if ($_smarty_tpl->tpl_vars['moduleModel']->value->isPermitted('EditView')) {
                $_smarty_tpl->tpl_vars['quickCreateModule'] = new Smarty_variable($_smarty_tpl->tpl_vars['moduleModel']->value->isQuickCreateSupported(), null, 0);
                $_smarty_tpl->tpl_vars['singularLabel'] = new Smarty_variable($_smarty_tpl->tpl_vars['moduleModel']->value->getSingularLabelKey(), null, 0);
                if ($_smarty_tpl->tpl_vars['quickCreateModule']->value == '1') {
                    ?>
<a class="quickCreateModule" data-name="<?php 
                    echo $_smarty_tpl->tpl_vars['moduleModel']->value->getName();
                    ?>
"data-url="<?php 
                    echo $_smarty_tpl->tpl_vars['moduleModel']->value->getQuickCreateUrl();
                    ?>
" href="javascript:void(0)"><?php 
                    echo vtranslate($_smarty_tpl->tpl_vars['singularLabel']->value, $_smarty_tpl->tpl_vars['moduleName']->value);
                    ?>
</a><?php 
                }
            }
        }
        ?>
</div></li></ul></span><span  class="dropdown"><a class="dropdown-toggle btn-navbar" data-toggle="dropdown" href="#"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><ul class="dropdown-menu pull-right"><?php 
        $_smarty_tpl->tpl_vars['obj'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['obj']->_loop = false;
        $_smarty_tpl->tpl_vars['index'] = new Smarty_Variable();
        $_from = $_smarty_tpl->tpl_vars['HEADER_LINKS']->value;
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        $_smarty_tpl->tpl_vars['smarty']->value['foreach']["compactIndex"]['index'] = -1;
        foreach ($_from as $_smarty_tpl->tpl_vars['obj']->key => $_smarty_tpl->tpl_vars['obj']->value) {
            $_smarty_tpl->tpl_vars['obj']->_loop = true;
            $_smarty_tpl->tpl_vars['index']->value = $_smarty_tpl->tpl_vars['obj']->key;
            $_smarty_tpl->tpl_vars['smarty']->value['foreach']["compactIndex"]['index']++;
            $_smarty_tpl->tpl_vars["src"] = new Smarty_variable($_smarty_tpl->tpl_vars['obj']->value->getIconPath(), null, 0);
            $_smarty_tpl->tpl_vars["icon"] = new Smarty_variable($_smarty_tpl->tpl_vars['obj']->value->getIcon(), null, 0);
            $_smarty_tpl->tpl_vars["title"] = new Smarty_variable($_smarty_tpl->tpl_vars['obj']->value->getLabel(), null, 0);
            $_smarty_tpl->tpl_vars["childLinks"] = new Smarty_variable($_smarty_tpl->tpl_vars['obj']->value->getChildLinks(), null, 0);
            if ($_smarty_tpl->getVariable('smarty')->value['foreach']['compactIndex']['index'] != 0) {
                ?>
<li class="divider">&nbsp;</li><?php 
            }
            $_smarty_tpl->tpl_vars['obj'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['obj']->_loop = false;
            $_smarty_tpl->tpl_vars['index'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['childLinks']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['obj']->key => $_smarty_tpl->tpl_vars['obj']->value) {
                $_smarty_tpl->tpl_vars['obj']->_loop = true;
                $_smarty_tpl->tpl_vars['index']->value = $_smarty_tpl->tpl_vars['obj']->key;
                $_smarty_tpl->tpl_vars["id"] = new Smarty_variable($_smarty_tpl->tpl_vars['obj']->value->getId(), null, 0);
                $_smarty_tpl->tpl_vars["href"] = new Smarty_variable($_smarty_tpl->tpl_vars['obj']->value->getUrl(), null, 0);
                $_smarty_tpl->tpl_vars["label"] = new Smarty_variable($_smarty_tpl->tpl_vars['obj']->value->getLabel(), null, 0);
                $_smarty_tpl->tpl_vars["onclick"] = new Smarty_variable('', null, 0);
                if (stripos($_smarty_tpl->tpl_vars['obj']->value->getUrl(), 'javascript:') === 0) {
                    $_smarty_tpl->tpl_vars["onclick"] = new Smarty_variable("onclick=" . $_smarty_tpl->tpl_vars['href']->value, null, 0);
                    $_smarty_tpl->tpl_vars["href"] = new Smarty_variable("javascript:;", null, 0);
                }
                ?>
<li><a target="<?php 
                echo $_smarty_tpl->tpl_vars['obj']->value->target;
                ?>
" id="menubar_item_right_<?php 
                echo Vtiger_Util_Helper::replaceSpaceWithUnderScores($_smarty_tpl->tpl_vars['label']->value);
                ?>
" <?php 
                if ($_smarty_tpl->tpl_vars['label']->value == 'Switch to old look') {
                    ?>
switchLook<?php 
                }
                ?>
 href="<?php 
                echo $_smarty_tpl->tpl_vars['href']->value;
                ?>
" <?php 
                echo $_smarty_tpl->tpl_vars['onclick']->value;
                ?>
><?php 
                echo vtranslate($_smarty_tpl->tpl_vars['label']->value, $_smarty_tpl->tpl_vars['MODULE']->value);
                ?>
</a></li><?php 
            }
        }
        ?>
</ul></span></div></div></div><div class="clearfix"></div></div></div><?php 
        $_smarty_tpl->tpl_vars["announcement"] = new Smarty_variable($_smarty_tpl->tpl_vars['ANNOUNCEMENT']->value->get('announcement'), null, 0);
        ?>
<div class="announcement noprint" id="announcement"><marquee direction="left" scrolldelay="10" scrollamount="3" behavior="scroll" class="marStyle" onMouseOver="this.setAttribute('scrollamount', 0, 0);" OnMouseOut="this.setAttribute('scrollamount', 6, 0);"><?php 
        if (!empty($_smarty_tpl->tpl_vars['announcement']->value)) {
            echo $_smarty_tpl->tpl_vars['announcement']->value;
        } else {
            echo vtranslate('LBL_NO_ANNOUNCEMENTS', $_smarty_tpl->tpl_vars['MODULE']->value);
        }
        ?>
</marquee></div><input type='hidden' value="<?php 
        echo $_smarty_tpl->tpl_vars['MODULE']->value;
        ?>
" id='module' name='module'/><input type="hidden" value="<?php 
        echo $_smarty_tpl->tpl_vars['PARENT_MODULE']->value;
        ?>
" id="parent" name='parent' /><input type='hidden' value="<?php 
        echo $_smarty_tpl->tpl_vars['VIEW']->value;
        ?>
" id='view' name='view'/>
<?php 
    }
예제 #6
0
 /**
  * Function to returns all skins(themes)
  * @return <Array>
  */
 public function getAllSkins()
 {
     return Vtiger_Theme::getAllSkins();
 }