mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 01:55:47 +00:00
Added a head line on the shopping list print options dialog
This commit is contained in:
parent
c1dd145b81
commit
ab29233f07
@ -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"
|
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 ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Print options"
|
||||||
|
msgstr ""
|
||||||
|
@ -384,6 +384,7 @@ OnListItemRemoved();
|
|||||||
$(document).on("click", "#print-shopping-list-button", function(e)
|
$(document).on("click", "#print-shopping-list-button", function(e)
|
||||||
{
|
{
|
||||||
var dialogHtml = ' \
|
var dialogHtml = ' \
|
||||||
|
<div class="text-center"><h5>' + __t('Print options') + '</h5><hr></div> \
|
||||||
<div class="custom-control custom-checkbox"> \
|
<div class="custom-control custom-checkbox"> \
|
||||||
<input id="print-show-header" \
|
<input id="print-show-header" \
|
||||||
checked \
|
checked \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user