[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Vtiger/ -> AddCommentForm.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  
  14  {* Change to this also refer: RecentComments.tpl *}
  15  {assign var="COMMENT_TEXTAREA_DEFAULT_ROWS" value="2"}
  16  
  17  <div id="addCommentContainer" class='modelContainer'>
  18      <div class="modal-header contentsBackground">
  19          <button data-dismiss="modal" class="close" title="{vtranslate('LBL_CLOSE')}">&times;</button>
  20          <h3>{vtranslate('LBL_ADDING_COMMENT', $MODULE)}</h3>
  21      </div>
  22      <form class="form-horizontal" id="massSave" method="post" action="index.php">
  23          <input type="hidden" name="module" value="{$MODULE}" />
  24          <input type="hidden" name="source_module" value="{$SOURCE_MODULE}" />
  25          <input type="hidden" name="action" value="MassSaveAjax" />
  26          <input type="hidden" name="viewname" value="{$CVID}" />
  27          <input type="hidden" name="selected_ids" value={ZEND_JSON::encode($SELECTED_IDS)}>
  28          <input type="hidden" name="excluded_ids" value={ZEND_JSON::encode($EXCLUDED_IDS)}>
  29          <input type="hidden" name="search_key" value= "{$SEARCH_KEY}" />
  30          <input type="hidden" name="operator" value="{$OPERATOR}" />
  31          <input type="hidden" name="search_value" value="{$ALPHABET_VALUE}" />
  32          <input type="hidden" name="search_params" value='{ZEND_JSON::encode($SEARCH_PARAMS)}' />
  33  
  34          <div class="modal-body tabbable">
  35              <textarea class="input-xxlarge" name="commentcontent" id="commentcontent" rows="{$COMMENT_TEXTAREA_DEFAULT_ROWS}" placeholder="{vtranslate('LBL_WRITE_YOUR_COMMENT_HERE', $MODULE)}..."></textarea>
  36          </div>
  37          {include file='ModalFooter.tpl'|@vtemplate_path:$MODULE}
  38      </form>
  39  </div>
  40  {/strip}


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