update Mo 17. Feb 21:31:02 CET 2020
This commit is contained in:
parent
32ff9d48c9
commit
6172de5f63
@ -1,3 +1,5 @@
|
|||||||
|
.row
|
||||||
|
.col-4
|
||||||
.row.no-gutters
|
.row.no-gutters
|
||||||
.col-12.d-flex.justify-content-between
|
.col-12.d-flex.justify-content-between
|
||||||
p#einsatz_datum.text-muted 01.01.2020
|
p#einsatz_datum.text-muted 01.01.2020
|
||||||
@ -96,6 +98,8 @@
|
|||||||
div.d-flex.justify-content-between.align-items-center
|
div.d-flex.justify-content-between.align-items-center
|
||||||
div FL SPN 00/00-00
|
div FL SPN 00/00-00
|
||||||
div.badge.badge-info 1
|
div.badge.badge-info 1
|
||||||
|
.col-8
|
||||||
|
.row.no-gutters
|
||||||
.col-12
|
.col-12
|
||||||
div.border-top.m-3
|
div.border-top.m-3
|
||||||
button#rueckmeldung.btn.btn-danger.btn-lg.btn-block.ion-md-paper-plane(type='button') Rückmeldung senden
|
button#rueckmeldung.btn.btn-danger.btn-lg.btn-block.ion-md-paper-plane(type='button') Rückmeldung senden
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
// Modal
|
// Modal
|
||||||
|
|
||||||
- if (!einsatzdaten) {
|
// if (!einsatzdaten) {
|
||||||
- var einsatzdaten = {};
|
// var einsatzdaten = {};
|
||||||
- einsatzdaten.uuid = '0';
|
// einsatzdaten.uuid = '0';
|
||||||
- einsatzdaten.wachen = {};
|
// einsatzdaten.wachen = {};
|
||||||
- einsatzdaten.wachen.waip_wachen_ID = 0;
|
// einsatzdaten.wachen.waip_wachen_ID = 0;
|
||||||
- einsatzdaten.wachen.wachenname = '';
|
// einsatzdaten.wachen.wachenname = '';
|
||||||
- }
|
// }
|
||||||
|
|
||||||
#responseModal.modal.fade(tabindex='-1', role='dialog', aria-hidden='true')
|
#responseModal.modal.fade(tabindex='-1', role='dialog', aria-hidden='true')
|
||||||
.modal-dialog.modal-dialog-centered(role='document')
|
.modal-dialog.modal-dialog-centered(role='document')
|
||||||
|
|||||||
@ -5,7 +5,7 @@ append head
|
|||||||
|
|
||||||
block content
|
block content
|
||||||
include includes/modal_info
|
include includes/modal_info
|
||||||
include includes/modal_rmld
|
//include includes/modal_rmld
|
||||||
.container-fluid
|
.container-fluid
|
||||||
#waipclock.d-none
|
#waipclock.d-none
|
||||||
include includes/master_clock
|
include includes/master_clock
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user