PHP Classes

File: client/modules/pim/res/templates/product/record/catalog-tree-panel.tpl

Recommend this page to a friend!
  Classes of alex nov   KennerPIM   client/modules/pim/res/templates/product/record/catalog-tree-panel.tpl   Download  
File: client/modules/pim/res/templates/product/record/catalog-tree-panel.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: KennerPIM
Product information management application
Author: By
Last change:
Date: 1 year ago
Size: 1,068 bytes
 

Contents

Class file image Download
<button type="button" class="btn btn-default collapse-panel" data-action="collapsePanel"> <span class="toggle-icon-left fas fa-angle-left"></span> <span class="toggle-icon-right fas fa-angle-right hidden"></span> </button> <div class="category-panel"> {{#if catalogDataList}} <div class="panel-group text-center"> <div class="btn-group category-buttons"> <button type="button" class="btn btn-default active" data-action="selectAll">{{translate 'All'}}</button> <button type="button" class="btn btn-default" data-action="selectWithoutCategory">{{translate 'withoutAnyCategory' category='labels' scope=scope}}</button> </div> </div> <div class="panel-group category-search"> {{{categorySearch}}} </div> <div class="panel-group category-tree"> {{#each catalogDataList}} <div class="panel" data-name="{{name}}"> {{{var key ../this}}} </div> {{/each}} </div> {{else}} <div class="no-data">{{translate 'No Data'}}</div> {{/if}} </div>