Add missing tooltip in products' bulk edit page

This commit is contained in:
Pierre de Lacroix
2017-10-13 17:44:34 +02:00
committed by Rob Harrington
parent 75b6a078c6
commit 50ef902adb
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
%tr.variant{ :id => "v_{{variant.id}}", 'ng-repeat' => 'variant in product.variants', 'ng-show' => 'DisplayProperties.showVariants(product.id)', 'ng-class-even' => "'even'", 'ng-class-odd' => "'odd'" }
%td.left-actions
%a{ :class => "variant-item icon-caret-right", 'ng-hide' => "$last" }
%a{ :class => "add-variant icon-plus-sign", 'ng-click' => "addVariant(product)", 'ng-show' => "$last" }
%a{ :class => "add-variant icon-plus-sign", 'ng-click' => "addVariant(product)", 'ng-show' => "$last", 'ofn-with-tip' => t('.new_variant') }
%td{ 'ng-show' => 'columns.producer.visible' }
%td{ 'ng-show' => 'columns.sku.visible' }
%input{ 'ng-model' => "variant.sku", :name => 'variant_sku', 'ofn-track-variant' => 'sku', :type => 'text' }

View File

@@ -2229,6 +2229,7 @@ Please follow the instructions there to make your enterprise visible on the Open
av_on: "Av. On"
products_variant:
variant_has_n_overrides: "This variant has %{n} override(s)"
new_variant: "New variant"
product_name: Product Name
primary_taxon_form:
product_category: Product Category