[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.
这个提交包含在:
Peter Goodhall 2021-03-21 14:04:52 +00:00
父节点 f090902156
当前提交 a896370cc5

查看文件

@ -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>