[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Vtiger/dashboards/ -> History.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="dashboardWidgetHeader">
  13      <table width="100%" cellspacing="0" cellpadding="0">
  14      <thead>
  15          <tr>
  16              <th class="span4">
  17                  <div class="dashboardTitle" title="{vtranslate($WIDGET->getTitle(), $MODULE_NAME)}"><b>&nbsp;&nbsp;{vtranslate($WIDGET->getTitle())}</b></div>
  18              </th>
  19              <th class="span2">
  20                  <div>
  21                      <select class="widgetFilter" id="historyType" name="type" style='width:100px;margin-bottom:0px'>
  22                          <option value="all" >{vtranslate('LBL_ALL')}</option>
  23                          {if $COMMENTS_MODULE_MODEL->isPermitted('DetailView')}<option value="comments" >{vtranslate('LBL_COMMENTS')}</option>{/if}
  24                          <option value="updates" >{vtranslate('LBL_UPDATES')}</option>
  25                      </select>
  26                  </div>
  27              </th>
  28              <th class="refresh span1" align="right">
  29                  <span style="position:relative;"></span>
  30              </th>
  31              <th class="widgeticons span5" align="right">
  32                  {include file="dashboards/DashboardHeaderIcons.tpl"|@vtemplate_path:$MODULE_NAME}
  33              </th>
  34          </tr>
  35      </thead>
  36      </table>
  37  </div>
  38  <div class="dashboardWidgetContent">
  39      {include file="dashboards/HistoryContents.tpl"|@vtemplate_path:$MODULE_NAME}
  40  </div>


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