mirror of
https://github.com/grocy/grocy.git
synced 2025-10-13 00:54:38 +00:00
Use producamountpicker "everywhere" (closes #1015)
This commit is contained in:
@@ -18,8 +18,12 @@
|
||||
<div id="datetimepicker2-wrapper"
|
||||
class="form-group {{ $additionalGroupCssClasses }}">
|
||||
<label for="{{ $id }}">{{ $__t($label) }}
|
||||
@if(!empty($hint))
|
||||
<i class="fas fa-question-circle"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $hint }}"></i>
|
||||
@endif
|
||||
<span class="small text-muted">
|
||||
@if(!empty($hint)){{ $__t($hint) }}@endif
|
||||
<time id="datetimepicker2-timeago"
|
||||
class="timeago timeago-contextual"></time>
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user