mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Add missing tooltip in products' bulk edit page
This commit is contained in:
committed by
Rob Harrington
parent
75b6a078c6
commit
50ef902adb
@@ -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' }
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user