mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Unified settings pages
This commit is contained in:
parent
b6d7ef403c
commit
d871fe7aa8
@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-6 col-12">
|
<div class="col-lg-6 col-12">
|
||||||
<h4 class="mt-2">{{ $__t('Batteries overview') }}</h4>
|
|
||||||
@include('components.numberpicker', array(
|
@include('components.numberpicker', array(
|
||||||
'id' => 'batteries_due_soon_days',
|
'id' => 'batteries_due_soon_days',
|
||||||
'additionalAttributes' => 'data-setting-key="batteries_due_soon_days"',
|
'additionalAttributes' => 'data-setting-key="batteries_due_soon_days"',
|
||||||
|
@ -15,8 +15,6 @@
|
|||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-6 col-12">
|
<div class="col-lg-6 col-12">
|
||||||
<h4 class="mt-2">{{ $__t('Chores overview') }}</h4>
|
|
||||||
|
|
||||||
@include('components.numberpicker', array(
|
@include('components.numberpicker', array(
|
||||||
'id' => 'chores_due_soon_days',
|
'id' => 'chores_due_soon_days',
|
||||||
'additionalAttributes' => 'data-setting-key="chores_due_soon_days"',
|
'additionalAttributes' => 'data-setting-key="chores_due_soon_days"',
|
||||||
|
@ -97,7 +97,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<a class="btn btn-secondary btn-sm"
|
<a class="btn btn-secondary btn-sm"
|
||||||
href="{{ $U('/userfields?entity=userentity-') }}{{ $userentity->name }}">
|
href="{{ $U('/userfields?entity=userentity-') }}{{ $userentity->name }}">
|
||||||
<i class="fas fa-th-list"></i> {{ $__t('Configure fields') }}
|
{{ $__t('Configure fields') }}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user