added utc time to view

pull/2651/head
HB9HIL 2023-11-04 12:45:23 +01:00
rodzic 2fdcdaa201
commit c357e0f90c
1 zmienionych plików z 10 dodań i 6 usunięć

Wyświetl plik

@ -70,12 +70,9 @@
<input type="date" class="form-control" id="qsodate">
</div>
</div>
<div class="col-xs-12 col-lg-6">
<div class="form-group">
<label for="operator"><?php echo lang('qso_simplefle_operator'); ?> <span class="text-muted input-example"><?php echo lang('qso_simplefle_operator_hint'); ?></span></label>
<input type="text" class="form-control text-uppercase" id="operator" value="<?php echo $this->session->userdata('operator_callsign'); ?>">
<div class="alert alert-danger" role="alert" id="warningOperatorField" style="display: none"> </div>
</div>
<div class="col-xs-12 col-lg-12 col-xl-6">
<label for="utc-time"><?php echo lang('qso_simplefle_utc_time'); ?></label>
<h4 class="font-weight-bold" id="utc-time"></h4>
</div>
</div>
<div class="row">
@ -98,6 +95,13 @@
<small class="form-text text-muted"><?php echo lang('qso_simplefle_station_call_location_hint'); ?></small>
</div>
</div>
<div class="col-xs-12 col-lg-6">
<div class="form-group">
<label for="operator"><?php echo lang('qso_simplefle_operator'); ?> <span class="text-muted input-example"><?php echo lang('qso_simplefle_operator_hint'); ?></span></label>
<input type="text" class="form-control text-uppercase" id="operator" value="<?php echo $this->session->userdata('operator_callsign'); ?>">
<div class="alert alert-danger" role="alert" id="warningOperatorField" style="display: none"> </div>
</div>
</div>
</div>
</div>