[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 {*+*********************************************************************************** 2 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 3 * ("License"); You may not use this file except in compliance with the License 4 * The Original Code is: vtiger CRM Open Source 5 * The Initial Developer of the Original Code is vtiger. 6 * Portions created by vtiger are Copyright (C) vtiger. 7 * All Rights Reserved. 8 *************************************************************************************} 9 {strip} 10 <div class="container-fluid"> 11 <div class="widget_header row-fluid"> 12 <div class="span8"> 13 <h3>{vtranslate($MODULE, $QUALIFIED_MODULE)}</h3> 14 </div> 15 </div> 16 <hr> 17 <div class="clearfix treeView"> 18 <ul> 19 <li data-role="{$ROOT_ROLE->getParentRoleString()}" data-roleid="{$ROOT_ROLE->getId()}"> 20 <div class="toolbar-handle"> 21 <a href="javascript:;" class="btn btn-inverse draggable droppable">{$ROOT_ROLE->getName()}</a> 22 <div class="toolbar" title="{vtranslate('LBL_ADD_RECORD', $QUALIFIED_MODULE)}"> 23 <a href="{$ROOT_ROLE->getCreateChildUrl()}" data-url="{$ROOT_ROLE->getCreateChildUrl()}" data-action="modal"><span class="icon-plus-sign"></span></a> 24 </div> 25 </div> 26 {assign var="ROLE" value=$ROOT_ROLE} 27 {include file=vtemplate_path("RoleTree.tpl", "Settings:Roles")} 28 </li> 29 </ul> 30 </div> 31 </div> 32 {/strip}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |