[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Users/ -> TransferOwner.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="massEditContainer" class='modelContainer'>
  14      <div class="modal-header contentsBackground">
  15          <button data-dismiss="modal" class="close" title="{vtranslate('LBL_CLOSE')}">&times;</button>
  16          <h3 id="massEditHeader">{vtranslate('Transfer Ownership to User', $MODULE)}</h3>
  17      </div>
  18      <form class="form-horizontal" id="deleteUser" name="transferOwner" method="post" action="index.php">
  19          <input type="hidden" name="module" value="{$MODULE}" />
  20          <input type="hidden" name="userid" value="{$USERID}" />
  21          <div name='massEditContent'>
  22              <div class="modal-body tabbable">
  23                  <div class="tab-content massEditContent">
  24                      <table class="massEditTable table table-bordered">
  25                          <tr>
  26                              <td class="fieldLabel alignMiddle">{vtranslate('Transfer Ownership to User', $MODULE)}</td>
  27                              <td class="fieldValue">
  28                                  <select class="chzn-select {if $OCCUPY_COMPLETE_WIDTH} row-fluid {/if}" name="tranfer_owner_id" data-validation-engine="validate[ required]" >
  29                                      {foreach item=USER_MODEL key=USER_ID from=$USER_LIST}
  30                                          <option value="{$USER_ID}" >{$USER_MODEL->getName()}</option>
  31                                      {/foreach}
  32                                  </select>
  33                              </td>
  34                          </tr>
  35                      </table>
  36                  </div>
  37              </div>
  38          </div>
  39          {include file='ModalFooter.tpl'|@vtemplate_path:$MODULE}
  40      </form>
  41  </div>
  42  {/strip}


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