PHP Classes

File: client/modules/pim/res/templates/attribute/fields/type-value/edit.tpl

Recommend this page to a friend!
  Classes of alex nov   KennerPIM   client/modules/pim/res/templates/attribute/fields/type-value/edit.tpl   Download  
File: client/modules/pim/res/templates/attribute/fields/type-value/edit.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: 871 bytes
 

Contents

Class file image Download
<div class="link-container list-group attribute-type-value {{#if disableMultiLang}}disable-multi-lang{{/if}}" data-name="{{name}}"> {{#each optionGroups}} <div class="list-group-item" data-index="{{@index}}"> <a href="javascript:" class="pull-right remove-icon" data-index="{{@index}}" data-action="removeGroup"> <i class="fas fa-times"></i> </a> <div class="option-group"> {{#each options}} <div class="option-item" data-name="{{name}}" data-index="{{@../index}}"> <span class="text-muted">{{shortLang}} {{#if shortLang}}&#8250;{{/if}}</span> <input class="form-control" value="{{value}}" data-name="{{name}}" data-index="{{@../index}}"> </div> {{/each}} </div> </div> {{/each}} </div> <a class="add-attribute-type-value" href="javascript:" data-action="addNewValue">{{translate 'addNewValue' scope=scope category='labels'}}</a>