[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Reports/ -> MoveReports.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="moveReportsContainer" class='modelContainer'>
  14          <div class="modal-header">
  15              <button data-dismiss="modal" class="close" title="{vtranslate('LBL_CLOSE')}">x</button>
  16              <h3>{vtranslate('LBL_MOVE_REPORT', $MODULE)}</h3>
  17          </div>
  18          <form class="form-horizontal contentsBackground" id="moveReports" method="post" action="index.php">
  19              <input type="hidden" name="module" value="{$MODULE}" />
  20              <input type="hidden" name="action" value="MoveReports" />
  21              <input type="hidden" name="selected_ids" value={ZEND_JSON::encode($SELECTED_IDS)} />
  22              <input type="hidden" name="excluded_ids" value={ZEND_JSON::encode($EXCLUDED_IDS)} />
  23              <input type="hidden" name="viewname" value="{$VIEWNAME}" />
  24              <div class="modal-body">
  25                  <div class="row-fluid verticalBottomSpacing">
  26                      <span class="span4">{vtranslate('LBL_FOLDERS_LIST', $MODULE)}<span class="redColor">*</span></span>
  27                      <span class="span8 row-fluid">
  28                          <select class="chzn-select span11" name="folderid">
  29                              <optgroup label="{vtranslate('LBL_FOLDERS', $MODULE)}">
  30                                  {foreach item=FOLDER from=$FOLDERS}
  31                                      <option value="{$FOLDER->getId()}">{vtranslate($FOLDER->getName(), $MODULE)}</option>
  32                                  {/foreach}
  33                              </optgroup>
  34                          </select>
  35                      </span>
  36                  </div>
  37              </div>
  38              {include file='ModalFooter.tpl'|@vtemplate_path:$MODULE}
  39          </form>
  40      </div>
  41  {/strip}


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