From ab29233f07f50eece099a848402fcc56d8e0741a Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Mon, 21 Dec 2020 21:42:21 +0100 Subject: [PATCH] Added a head line on the shopping list print options dialog --- localization/strings.pot | 3 +++ public/viewjs/shoppinglist.js | 1 + 2 files changed, 4 insertions(+) diff --git a/localization/strings.pot b/localization/strings.pot index 539e6606..e2f7d8c4 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -2071,3 +2071,6 @@ msgstr "" msgid "The stock overview page lists all products which are currently in-stock or below their min. stock amount - enable this to hide this product there always" msgstr "" + +msgid "Print options" +msgstr "" diff --git a/public/viewjs/shoppinglist.js b/public/viewjs/shoppinglist.js index dc6e19b4..6400acb0 100644 --- a/public/viewjs/shoppinglist.js +++ b/public/viewjs/shoppinglist.js @@ -384,6 +384,7 @@ OnListItemRemoved(); $(document).on("click", "#print-shopping-list-button", function(e) { var dialogHtml = ' \ +
' + __t('Print options') + '

\
\