From 3187bdaf482c760947b844ab0721940dfd9ecee3 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 6 Sep 2020 13:18:11 +0200 Subject: [PATCH] Changed icon & context menu position for new stock journal summary page --- localization/strings.pot | 3 +++ views/stockoverview.blade.php | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/localization/strings.pot b/localization/strings.pot index 55b40579..ed3ccb92 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -1906,3 +1906,6 @@ msgstr "" msgid "Journal summary" msgstr "" + +msgid "Journal summary for this product" +msgstr "" diff --git a/views/stockoverview.blade.php b/views/stockoverview.blade.php index 95b1768d..a9bebf48 100644 --- a/views/stockoverview.blade.php +++ b/views/stockoverview.blade.php @@ -248,6 +248,11 @@ href="{{ $U('/stockjournal?product=') }}{{ $currentStockEntry->product_id }}"> {{ $__t('Stock journal for this product') }} + + {{ $__t('Journal summary for this product') }} + @@ -270,11 +275,6 @@ {{ $__t('Search for recipes containing this product') }} @endif - - {{ $__t('Journal summary') }} -