[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Vtiger/ -> FindDuplicateHeader.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  <div class='listViewPageDiv'>
  13      <div class="row-fluid  listViewActionsDiv">
  14          <span class="btn-toolbar span4">
  15              <span class="btn-group listViewMassActions">
  16                  {foreach item=LISTVIEW_BASICACTION from=$LISTVIEW_LINKS}
  17                      <span class="btn-group">
  18                          <button id="{$MODULE}_listView_basicAction_{Vtiger_Util_Helper::replaceSpaceWithUnderScores($LISTVIEW_BASICACTION->getLabel())}" class="btn btn-danger" {if stripos($LISTVIEW_BASICACTION->getUrl(), 'javascript:')===0} onclick='{$LISTVIEW_BASICACTION->getUrl()|substr:strlen("javascript:")};'{else} onclick='window.location.href="{$LISTVIEW_BASICACTION->getUrl()}"'{/if}><strong>{vtranslate($LISTVIEW_BASICACTION->getLabel(), $MODULE)}</strong></button>
  19                      </span>
  20                  {/foreach}
  21              </span>
  22          </span>
  23          <span class='span4'><div class="textAlignCenter"><h3 style='margin-top:2px'>{vtranslate('LBL_DUPLICATE')}  {vtranslate($MODULE, $MODULE)}</h3></div></span>
  24          <span class="span4 btn-toolbar">
  25              {include file='ListViewActions.tpl'|@vtemplate_path}
  26          </span>
  27      </div>
  28      <div id="listViewContents" class="listViewContentDiv">


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