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