diff --git a/modules/item/front/fixed-price/index.html b/modules/item/front/fixed-price/index.html index 0fe71554f..20f936c16 100644 --- a/modules/item/front/fixed-price/index.html +++ b/modules/item/front/fixed-price/index.html @@ -21,6 +21,7 @@ auto-state="false" panel="vn-fixed-price-search-panel" info="Search prices by item ID or code" + placeholder="Search fixed prices" filter="{}" model="model"> diff --git a/modules/item/front/fixed-price/locale/es.yml b/modules/item/front/fixed-price/locale/es.yml index 1f39fcc7f..e54045525 100644 --- a/modules/item/front/fixed-price/locale/es.yml +++ b/modules/item/front/fixed-price/locale/es.yml @@ -1 +1,3 @@ -Fixed prices: Precios fijados \ No newline at end of file +Fixed prices: Precios fijados +Search prices by item ID or code: Buscar por ID de artículo o código +Search fixed prices: Buscar precios fijados \ No newline at end of file diff --git a/modules/item/front/fixed-price/style.scss b/modules/item/front/fixed-price/style.scss index e5da01da1..74df1800a 100644 --- a/modules/item/front/fixed-price/style.scss +++ b/modules/item/front/fixed-price/style.scss @@ -1,5 +1,5 @@ @import "variables"; -vn-date-picker { +vn-table vn-date-picker { max-width: 90px; } \ No newline at end of file