mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Optimized reschedule-chore-modal (references #1830)
This commit is contained in:
parent
d65734c896
commit
fa07b861ad
@ -289,11 +289,10 @@
|
||||
tabindex="-1">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content text-center">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title w-100">{{ $__t('Reschedule next execution') }}<br>
|
||||
<span id="reschedule-chore-modal-title"
|
||||
class="small text-muted"></span>
|
||||
</h4>
|
||||
<div class="modal-header d-block">
|
||||
<h4 class="modal-title">{{ $__t('Reschedule next execution') }}</h4>
|
||||
<h5 id="reschedule-chore-modal-title"
|
||||
class="text-muted"></h5>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<form id="reschedule-chore-form"
|
||||
@ -312,12 +311,12 @@
|
||||
</form>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button id="reschedule-chore-clear-button"
|
||||
type="button"
|
||||
class="btn btn-success mr-auto">{{ $__t('Reset') }}</button>
|
||||
<button type="button"
|
||||
class="btn btn-secondary"
|
||||
data-dismiss="modal">{{ $__t('Cancel') }}</button>
|
||||
<button id="reschedule-chore-clear-button"
|
||||
type="button"
|
||||
class="btn btn-success">{{ $__t('Clear') }}</button>
|
||||
<button id="reschedule-chore-save-button"
|
||||
type="button"
|
||||
class="btn btn-primary">{{ $__t('OK') }}</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user