mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Improve /purchase tab order handling (closes #1915)
This commit is contained in:
@@ -74,7 +74,8 @@
|
|||||||
id="datetimepicker-shortcut"
|
id="datetimepicker-shortcut"
|
||||||
name="datetimepicker-shortcut"
|
name="datetimepicker-shortcut"
|
||||||
value="1"
|
value="1"
|
||||||
data-datetimepicker-shortcut-value="{{ $shortcutValue }}">
|
data-datetimepicker-shortcut-value="{{ $shortcutValue }}"
|
||||||
|
tabindex="-1">
|
||||||
<label class="form-check-label custom-control-label"
|
<label class="form-check-label custom-control-label"
|
||||||
for="datetimepicker-shortcut">{{ $__t($shortcutLabel) }}
|
for="datetimepicker-shortcut">{{ $__t($shortcutLabel) }}
|
||||||
</label>
|
</label>
|
||||||
|
@@ -76,7 +76,8 @@
|
|||||||
id="datetimepicker2-shortcut"
|
id="datetimepicker2-shortcut"
|
||||||
name="datetimepicker2-shortcut"
|
name="datetimepicker2-shortcut"
|
||||||
value="1"
|
value="1"
|
||||||
data-datetimepicker2-shortcut-value="{{ $shortcutValue }}">
|
data-datetimepicker2-shortcut-value="{{ $shortcutValue }}"
|
||||||
|
tabindex="-1">
|
||||||
<label class="form-check-label custom-control-label"
|
<label class="form-check-label custom-control-label"
|
||||||
for="datetimepicker2-shortcut">{{ $__t($shortcutLabel) }}
|
for="datetimepicker2-shortcut">{{ $__t($shortcutLabel) }}
|
||||||
</label>
|
</label>
|
||||||
|
@@ -117,7 +117,8 @@
|
|||||||
name="price-type"
|
name="price-type"
|
||||||
id="price-type-unit-price"
|
id="price-type-unit-price"
|
||||||
value="unit-price"
|
value="unit-price"
|
||||||
checked>
|
checked
|
||||||
|
tabindex="-1">
|
||||||
<label class="custom-control-label"
|
<label class="custom-control-label"
|
||||||
for="price-type-unit-price">{{ $__t('Unit price') }}</label>
|
for="price-type-unit-price">{{ $__t('Unit price') }}</label>
|
||||||
</div>
|
</div>
|
||||||
@@ -126,7 +127,8 @@
|
|||||||
type="radio"
|
type="radio"
|
||||||
name="price-type"
|
name="price-type"
|
||||||
id="price-type-total-price"
|
id="price-type-total-price"
|
||||||
value="total-price">
|
value="total-price"
|
||||||
|
tabindex="-1">
|
||||||
<label class="custom-control-label"
|
<label class="custom-control-label"
|
||||||
for="price-type-total-price">{{ $__t('Total price') }}</label>
|
for="price-type-total-price">{{ $__t('Total price') }}</label>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user