mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Improve /purchase tab order handling (closes #1915)
This commit is contained in:
@@ -74,7 +74,8 @@
|
||||
id="datetimepicker-shortcut"
|
||||
name="datetimepicker-shortcut"
|
||||
value="1"
|
||||
data-datetimepicker-shortcut-value="{{ $shortcutValue }}">
|
||||
data-datetimepicker-shortcut-value="{{ $shortcutValue }}"
|
||||
tabindex="-1">
|
||||
<label class="form-check-label custom-control-label"
|
||||
for="datetimepicker-shortcut">{{ $__t($shortcutLabel) }}
|
||||
</label>
|
||||
|
@@ -76,7 +76,8 @@
|
||||
id="datetimepicker2-shortcut"
|
||||
name="datetimepicker2-shortcut"
|
||||
value="1"
|
||||
data-datetimepicker2-shortcut-value="{{ $shortcutValue }}">
|
||||
data-datetimepicker2-shortcut-value="{{ $shortcutValue }}"
|
||||
tabindex="-1">
|
||||
<label class="form-check-label custom-control-label"
|
||||
for="datetimepicker2-shortcut">{{ $__t($shortcutLabel) }}
|
||||
</label>
|
||||
|
Reference in New Issue
Block a user