From 9527305311c855cb5ff5f546da6ab334f8925856 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 27 Sep 2019 13:23:10 +0200 Subject: [PATCH] Userobjects list page print optimizations (closes #396) --- changelog/53_UNRELEASED_2019-xx-xx.md | 3 +++ views/userobjects.blade.php | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/changelog/53_UNRELEASED_2019-xx-xx.md b/changelog/53_UNRELEASED_2019-xx-xx.md index 743065a3..64192e8b 100644 --- a/changelog/53_UNRELEASED_2019-xx-xx.md +++ b/changelog/53_UNRELEASED_2019-xx-xx.md @@ -18,6 +18,9 @@ - The calendar now also contains all planned recipes from the meal plan on the corresponding day - Improved that dates in the iCal calendar export now include the server timezone +### Custom lists/fields improvements +- Optimized the custom lists page that it can be printed properly (search field etc. is hidden when printing the page) + ### General & other improvements/fixes - Fixed that the browser barcode scanner button was not clickable on iOS Safari & other small styles fixes/improvements for iOS Safari (thanks @DeeeeLAN) - It's now also possible to set the meal plan page as the default/entry page (`config.php` setting `ENTRY_PAGE`) (thanks @lwis) diff --git a/views/userobjects.blade.php b/views/userobjects.blade.php index 1b593e6b..f43b4233 100644 --- a/views/userobjects.blade.php +++ b/views/userobjects.blade.php @@ -9,10 +9,10 @@

@yield('title') - +  {{ $__t('Add') }} - +  {{ $__t('Configure fields') }}

@@ -20,7 +20,7 @@
-
+
@@ -32,7 +32,7 @@ - + @include('components.userfields_thead', array( 'userfields' => $userfields @@ -43,7 +43,7 @@ @foreach($userobjects as $userobject) -
+