PHP Classes

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

Recommend this page to a friend!
  Classes of alex nov   KennerPIM   client/modules/pim/res/templates/product/record/catalog-tree-panel/category-tree.tpl   Download  
File: client/modules/pim/res/templates/product/record/catalog-tree-panel/category-tree.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: 469 bytes
 

Contents

Class file image Download
<button class="btn btn-link catalog-link" data-toggle="collapse" data-parent=".category-tree" data-target=".catalog-{{hash}}" data-id="{{catalog.id}}"> <span class="catalog-title">{{catalog.name}}</span> <span class="caret"></span> </button> <div class="catalog-{{hash}} panel-collapse collapse" data-id="{{catalog.id}}"> <ul class="list-group list-group-tree"> {{#each rootCategoriesList}} {{{html}}} {{/each}} </ul> </div>