mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 10:44:37 +00:00
Improved form spacing
This commit is contained in:
@@ -63,14 +63,24 @@
|
||||
<div id="datetimepicker2-earlier-than-info"
|
||||
class="form-text text-info font-italic d-none">{{ $earlierThanInfoText }}</div>
|
||||
@if(isset($shortcutValue) && isset($shortcutLabel))
|
||||
<div class="form-check w-100">
|
||||
<input class="form-check-input"
|
||||
<div class="form-group mt-n2 mb-0>
|
||||
<div class="
|
||||
custom-control
|
||||
custom-checkbox">
|
||||
<input type="hidden"
|
||||
name="datetimepicker2-shortcut"
|
||||
value="0">
|
||||
<input class="form-check-input custom-control-input"
|
||||
type="checkbox"
|
||||
id="datetimepicker2-shortcut"
|
||||
name="datetimepicker2-shortcut"
|
||||
value="1"
|
||||
data-datetimepicker2-shortcut-value="{{ $shortcutValue }}">
|
||||
<label class="form-check-label"
|
||||
for="datetimepicker2-shortcut">{{ $__t($shortcutLabel) }}</label>
|
||||
<label class="form-check-label custom-control-label"
|
||||
for="datetimepicker2-shortcut">{{ $__t($shortcutLabel) }}
|
||||
</label>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user