[QSO] Removed the QSO Map heading above the map

Removed the QSO Map heading above the map as it felt unnecessary, it also frees up some space for some ideas about showing RIG information on the QSO page.
pull/968/head
Peter Goodhall 2021-03-21 14:04:52 +00:00
rodzic f090902156
commit a896370cc5
1 zmienionych plików z 3 dodań i 6 usunięć

Wyświetl plik

@ -484,22 +484,19 @@
</div>
<?php } ?>
<!-- QSO Map -->
<div class="card qso-map">
<div class="card-header">
<h4 class="card-title"><?php echo $this->lang->line('qso_title_qso_map'); ?></h4>
</div>
<div id="qsomap" style="width: 100%; height: 200px;"></div>
</div>
<div class="card callsign-suggest">
<div class="card-header"><h4 class="card-title"><?php echo $this->lang->line('qso_title_suggestions'); ?></h4></div>
<div class="card-header"><h4 style="font-size: 16px; font-weight: bold;" class="card-title"><?php echo $this->lang->line('qso_title_suggestions'); ?></h4></div>
<div class="card-body callsign-suggestions"></div>
</div>
<div class="card previous-qsos">
<div class="card-header"><h4 class="card-title"><?php echo $this->lang->line('qso_title_pervious_contacts'); ?></h4></div>
<div class="card-header"><h4 class="card-title" style="font-size: 16px; font-weight: bold;"><?php echo $this->lang->line('qso_title_pervious_contacts'); ?></h4></div>
<div id="partial_view"></div>