mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Fix 'Due Soon Days' User Settings for Chores and Batteries
This commit is contained in:
parent
2a124a3d47
commit
2a0e077fa6
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
@include('components.numberpicker', array(
|
||||
'id' => 'batteries_due_soon_days',
|
||||
'additionalAttributes' => 'data-setting-key=" batteries_due_soon_days"', 'label'=> 'Due soon days',
|
||||
'additionalAttributes' => 'data-setting-key="batteries_due_soon_days"', 'label'=> 'Due soon days',
|
||||
'min' => 0,
|
||||
'additionalCssClasses' => 'user-setting-control',
|
||||
'hint' => $__t('Set to 0 to hide due soon filters/highlighting')
|
||||
|
|
|
|||
|
|
@ -13,11 +13,11 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-8 col-12">
|
||||
<h4 ">{{ $__t('Chores overview') }}</h4>
|
||||
<h4>{{ $__t('Chores overview') }}</h4>
|
||||
|
||||
@include('components.numberpicker', array(
|
||||
'id' => 'chores_due_soon_days',
|
||||
'additionalAttributes' => 'data-setting-key=" chores_due_soon_days"', 'label'=> 'Due soon days',
|
||||
'additionalAttributes' => 'data-setting-key="chores_due_soon_days"', 'label'=> 'Due soon days',
|
||||
'min' => 0,
|
||||
'additionalCssClasses' => 'user-setting-control',
|
||||
'hint' => $__t('Set to 0 to hide due soon filters/highlighting')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user