[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Calendar/ -> SideBarWidgets.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 class="quickWidgetContainer accordion">
  14      {assign var=val value=1}
  15      {foreach item=SIDEBARWIDGET key=index from=$QUICK_LINKS['SIDEBARWIDGET']}
  16          <div class="quickWidget">
  17              <div class="accordion-heading accordion-toggle quickWidgetHeader" data-target="#{$MODULE}_sideBar_{Vtiger_Util_Helper::replaceSpaceWithUnderScores($SIDEBARWIDGET->getLabel())}"
  18                      data-toggle="collapse" data-parent="#quickWidgets" data-label="{$SIDEBARWIDGET->getLabel()}"
  19                      data-widget-url="{$SIDEBARWIDGET->getUrl()}" >
  20                  <span class="pull-left"><img class="imageElement" data-rightimage="{vimage_path('rightArrowWhite.png')}" data-downimage="{vimage_path('downArrowWhite.png')}" src="{vimage_path('rightArrowWhite.png')}" /></span>
  21                  {if $SIDEBARWIDGET->getLabel() == 'LBL_ADDED_CALENDARS' || $SIDEBARWIDGET->getLabel() == 'LBL_ACTIVITY_TYPES'}
  22                      <span class="pull-right"><i class="icon-plus addCalendarView" title="{vtranslate('LBL_ADD_CALENDAR_VIEW',$MODULE)}"></i></span>
  23                  {/if}
  24                  <h5 class="title widgetTextOverflowEllipsis" title="{vtranslate($SIDEBARWIDGET->getLabel(), $MODULE)}">{vtranslate($SIDEBARWIDGET->getLabel(), $MODULE)}</h5>
  25                  <div class="loadingImg hide pull-right">
  26                      <div class="loadingWidgetMsg"><strong>{vtranslate('LBL_LOADING_WIDGET', $MODULE)}</strong></div>
  27                  </div>
  28                  <div class="clearfix"></div>
  29              </div>
  30              <div class="widgetContainer accordion-body collapse" id="{$MODULE}_sideBar_{Vtiger_Util_Helper::replaceSpaceWithUnderScores($SIDEBARWIDGET->getLabel())}" data-url="{$SIDEBARWIDGET->getUrl()}">
  31              </div>
  32          </div>
  33      {/foreach}
  34  </div>
  35  {/strip}


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