PHP Classes

File: client/modules/pim/res/templates/product/record/detail.tpl

Recommend this page to a friend!
  Classes of alex nov   KennerPIM   client/modules/pim/res/templates/product/record/detail.tpl   Download  
File: client/modules/pim/res/templates/product/record/detail.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: 3,363 bytes
 

Contents

Class file image Download
<div class="detail" id="{{id}}"> {{#unless buttonsDisabled}} <div class="detail-button-container button-container record-buttons clearfix"> <div class="btn-group pull-left" role="group"> {{#each buttonList}}{{button name scope=../../entityType label=label style=style hidden=hidden html=html}}{{/each}} {{#if dropdownItemList}} <button type="button" class="btn btn-default dropdown-toggle dropdown-item-list-button{{#if dropdownItemListEmpty}} hidden{{/if}}" data-toggle="dropdown"> <span class="caret"></span> </button> <ul class="dropdown-menu pull-left"> {{#each dropdownItemList}} <li class="{{#if hidden}}hidden{{/if}}"><a href="javascript:" class="action" data-action="{{name}}">{{#if html}}{{{html}}}{{else}}{{translate label scope=../../entityType}}{{/if}}</a></li> {{/each}} </ul> {{/if}} </div> <div class="panel-navigation pull-left">{{{panelnavigation}}}</div> {{#if navigateButtonsEnabled}} <div class="pull-right"> <div class="btn-group" role="group"> <button type="button" class="btn btn-default btn-icon action {{#unless previousButtonEnabled}} disabled{{/unless}}" data-action="previous" title="{{translate 'Previous Entry'}}"> <span class="fas fa-chevron-left"></span> </button> <button type="button" class="btn btn-default btn-icon action {{#unless nextButtonEnabled}} disabled{{/unless}}" data-action="next" title="{{translate 'Next Entry'}}"> <span class="fas fa-chevron-right"></span> </button> </div> </div> {{/if}} <div class="clearfix"></div> </div> <div class="detail-button-container button-container edit-buttons hidden clearfix"> <div class="btn-group" role="group"> {{#each buttonEditList}}{{button name scope=../../entityType label=label style=style hidden=hidden html=html}}{{/each}} {{#if dropdownEditItemList}} <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> <span class="caret"></span> </button> <ul class="dropdown-menu pull-left"> {{#each dropdownEditItemList}} <li class="{{#if hidden}}hidden{{/if}}"><a href="javascript:" class="action" data-action="{{name}}">{{#if html}}{{{html}}}{{else}}{{translate label scope=../../entityType}}{{/if}}</a></li> {{/each}} </ul> {{/if}} </div> </div> {{/unless}} <div class="row"> {{#if isCatalogTreePanel}}<div class="catalog-tree-panel col-lg-3">{{{catalogTreePanel}}}</div>{{/if}} <div class="overview{{#if isWide}} col-md-12{{else}}{{#if isSmall}} col-md-7{{else}}{{#if isCatalogTreePanel}} col-md-8 col-lg-6{{else}} col-md-9{{/if}}{{/if}}{{/if}}"> <div class="middle">{{{middle}}}</div> <div class="extra">{{{extra}}}</div> <div class="bottom">{{{bottom}}}</div> </div> <div class="side{{#if isWide}} col-md-12{{else}}{{#if isSmall}} col-md-5{{else}}{{#if isCatalogTreePanel}} col-md-4 col-lg-3{{else}} col-md-3{{/if}}{{/if}}{{/if}}"> {{{side}}} </div> </div> </div>