[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Calendar/ -> MassEditForm.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 contentsBackground" class='modelContainer'>
  14      <div class="modal-header">
  15          <button type="button" class="close " data-dismiss="modal" aria-hidden="true">&times;</button>
  16          <h3 id="massEditHeader">{vtranslate('LBL_CHANGE_OWNER', $MODULE)}</h3>
  17      </div>
  18      <form class="form-horizontal calendarMassEdit" id="massEdit" name="MassEdit" method="post" action="index.php">
  19          {if !empty($PICKIST_DEPENDENCY_DATASOURCE)}
  20              <input type="hidden" name="picklistDependency" value='{Vtiger_Util_Helper::toSafeHTML($PICKIST_DEPENDENCY_DATASOURCE)}' />
  21          {/if}
  22          <input type="hidden" name="module" value="{$MODULE}" />
  23          <input type="hidden" name="action" value="MassSave" />
  24          <input type="hidden" name="viewname" value="{$CVID}" />
  25          <input type="hidden" name="selected_ids" value={ZEND_JSON::encode($SELECTED_IDS)}>
  26          <input type="hidden" name="excluded_ids" value='{ZEND_JSON::encode($EXCLUDED_IDS)}'>
  27          <input type="hidden" name="search_key" value= "{$SEARCH_KEY}" />
  28          <input type="hidden" name="operator" value="{$OPERATOR}" />
  29          <input type="hidden" name="search_value" value="{$ALPHABET_VALUE}" />
  30          <input type="hidden" name="search_params" value='{ZEND_JSON::encode($SEARCH_PARAMS)}' />
  31          
  32          {$massEditFields = ["assigned_user_id"=>$MASS_EDIT_FIELD_DETAILS.assigned_user_id]}
  33          <input type="hidden" id="massEditFieldsNameList" data-value='{Vtiger_Util_Helper::toSafeHTML(ZEND_JSON::encode($massEditFields))}' />
  34          
  35          <div class="controlElements padding20px">
  36              <div class="row-fluid">
  37                  {assign var=FIELD_MODEL value=$RECORD_STRUCTURE_MODEL->getModule()->getField('assigned_user_id')}
  38                  <span class="span3">
  39                      {vtranslate($FIELD_MODEL->get('label'),$MODULE)}
  40                  </span>
  41                  <span class="">
  42                  </span>
  43                  <span class="span9 offset2">
  44                  <input type="hidden" name="assigned_user_id_mass_edit_check" value="on"/>
  45                      {include file=vtemplate_path($FIELD_MODEL->getUITypeModel()->getTemplateName(),$MODULE) FIELD_MODEL=$FIELD_MODEL}
  46                  </span>
  47              </div>
  48          </div>
  49          {include file='ModalFooter.tpl'|@vtemplate_path:$MODULE}
  50      </form>
  51  </div>
  52  {/strip}


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