Added a head line on the shopping list print options dialog

This commit is contained in:
Bernd Bestel
2020-12-21 21:42:21 +01:00
parent c1dd145b81
commit ab29233f07
2 changed files with 4 additions and 0 deletions

View File

@@ -384,6 +384,7 @@ OnListItemRemoved();
$(document).on("click", "#print-shopping-list-button", function(e)
{
var dialogHtml = ' \
<div class="text-center"><h5>' + __t('Print options') + '</h5><hr></div> \
<div class="custom-control custom-checkbox"> \
<input id="print-show-header" \
checked \