Sha256: 3b3689ee2b80390898d6ff85c3945fbb73d12f6b4b682e82bfa2b6377493adda
Contents?: true
Size: 1.82 KB
Versions: 11
Compression:
Stored size: 1.82 KB
Contents
<tr class='new-row' data-transfer-item-id="{{id}}"> <td class="align-center no-padding"> <div class='variant-container' data-variant-id="{{variantId}}"> <div class='variant-image'> {{> _image image=variantImage size="small" alt=variantName }} </div> <div class='variant-details'> <table class='stock-variant-field-table'> <tbody> {{#each variantDisplayAttributes}} <tr> <td>{{this.label}}</td> <td class="fullwidth">{{this.value}}</td> </tr> {{/each}} </tbody> </table> </div> </div> </td> <td class="align-center"> <table class='stock-variant-field-table'> {{#each variantOptions}} <tr> <td>{{this.option_type}}</td> <td>{{this.option_value}}</td> </tr> {{/each}} </table> </td> <td class='align-center' id="number-update-{{id}}"> {{#if isReceiving }} <span class='js-number-update-text'>{{receivedQuantity}}</span> <input class="fullwidth js-number-update-input" name="received_quantity" type="number" value=""> {{ else }} <span class='js-number-update-text'>{{expectedQuantity}}</span> <input class="fullwidth js-number-update-input" name="expected_quantity" type="number" value=""> {{/if}} </td> <td class="actions"> <a class="fa fa-edit icon_link with-tip no-text" data-action="edit" data-id="{{id}}" href="#"></a> <a class="fa fa-check icon_link with-tip no-text" data-action="green" data-id="{{id}}" href="#"></a> <a class="fa fa-void icon_link with-tip no-text" data-action="red" data-id="{{id}}" href="#"></a> {{#unless isReceiving }} <a class="fa fa-trash icon_link with-tip no-text" data-action="remove" data-id="{{id}}" href="#"></a> {{/unless}} </td> </tr>
Version data entries
11 entries across 11 versions & 1 rubygems