[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Vtiger/dashboards/ -> KeyMetricsContents.tpl (source)

   1  {************************************************************************************
   2   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   3   * ("License"); You may not use this file except in compliance with the License
   4   * The Original Code is:  vtiger CRM Open Source
   5   * The Initial Developer of the Original Code is vtiger.
   6   * Portions created by vtiger are Copyright (C) vtiger.
   7   * All Rights Reserved.
   8   *************************************************************************************}
   9  {strip}
  10  <div style='padding:5px'>
  11      {foreach item=KEYMETRIC from=$KEYMETRICS}
  12      <div style='padding:5px'>
  13          <span class="pull-right">{$KEYMETRIC.count}</span>
  14          <a href="?module={$KEYMETRIC.module}&view=List&viewname={$KEYMETRIC.id}">{vtranslate($KEYMETRIC.name,$KEYMETRIC.module)}</a>
  15      </div>    
  16      {/foreach}
  17  </div>
  18  {/strip}


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