[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Settings/Roles/ -> Popup.tpl (source)

   1  {*<!--
   2  /*********************************************************************************
   3    ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4     * ("License"); You may not use this file except in compliance with the License
   5     * The Original Code is:  vtiger CRM Open Source
   6     * The Initial Developer of the Original Code is vtiger.
   7     * Portions created by vtiger are Copyright (C) vtiger.
   8     * All Rights Reserved.
   9    *
  10   ********************************************************************************/
  11  -->*}
  12  {strip}
  13  <div id="popupPageContainer" class="popupContainer" style="min-height: 600px">
  14      <div class="popupContainer padding1per">
  15          <div class="row-fluid">
  16              <div class="span6">
  17                  <span><h3>{vtranslate('LBL_ASSIGN_ROLE',"Settings:Roles")}</h3></span>
  18              </div>
  19              <div class="span6 pull-right">
  20                  <span class="logo pull-right"><img src="{$COMPANY_LOGO->get('imagepath')}" title="{$COMPANY_LOGO->get('title')}" alt="{$COMPANY_LOGO->get('alt')}"/>
  21              </div>
  22          </div>
  23          <hr>
  24      </div>
  25      <div class="popupContainer row-fluid">
  26          <div class="clearfix treeView">
  27              <ul>
  28                  <li data-role="{$ROOT_ROLE->getParentRoleString()}" data-roleid="{$ROOT_ROLE->getId()}">
  29                      <div>
  30                          <a href="javascript:;" class="btn btn-inverse">{$ROOT_ROLE->getName()}</a>
  31                      </div>
  32                      {assign var="ROLE" value=$ROOT_ROLE}
  33                      {include file=vtemplate_path("RoleTree.tpl", "Settings:Roles")}
  34                  </li>
  35              </ul>
  36          </div>
  37      </div>
  38  </div>
  39  
  40  <script type="text/javascript">
  41      jQuery('body').ready(function(){
  42          Settings_Roles_Js.initPopupView()
  43      });
  44  </script>
  45  {/strip}


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1