mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Optimized chore schedule help text
This commit is contained in:
@@ -66,11 +66,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="period_type">{{ $__t('Period type') }} <i id="chore-period-type-info"
|
||||
class="fas fa-question-circle text-muted"
|
||||
data-toggle="tooltip"
|
||||
data-trigger="hover click"
|
||||
title=""></i></label>
|
||||
<label for="period_type">{{ $__t('Period type') }}</label>
|
||||
<select required
|
||||
class="custom-control custom-select input-group-chore-period-type"
|
||||
id="period_type"
|
||||
@@ -165,10 +161,12 @@
|
||||
'value' => $value,
|
||||
'min' => '1',
|
||||
'additionalCssClasses' => 'input-group-chore-period-type',
|
||||
'additionalGroupCssClasses' => 'period-type-input period-type-daily period-type-weekly period-type-monthly period-type-yearly',
|
||||
'hintId' => 'chore-period-interval-info'
|
||||
'additionalGroupCssClasses' => 'period-type-input period-type-daily period-type-weekly period-type-monthly period-type-yearly'
|
||||
))
|
||||
|
||||
<p id="chore-schedule-info"
|
||||
class="form-text text-info mt-n2"></p>
|
||||
|
||||
@php
|
||||
$value = date('Y-m-d H:i:s');
|
||||
if ($mode == 'edit')
|
||||
|
Reference in New Issue
Block a user