[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.
这个提交包含在:
父节点
f090902156
当前提交
a896370cc5
共有 1 个文件被更改,包括 3 次插入 和 6 次删除
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用