Made the world map full width on the /logbook page to match dashboard
这个提交包含在:
父节点
c646aba73d
当前提交
a2f572809a
共有 2 个文件被更改,包括 4 次插入 和 5 次删除
|
|
@ -263,7 +263,7 @@ $(document).on('keypress',function(e) {
|
|||
<?php } ?>
|
||||
|
||||
var qso_loc = '<?php echo site_url('logbook/qso_map/25/'.$this->uri->segment(3)); ?>';
|
||||
var q_zoom = 2;
|
||||
var q_zoom = 3;
|
||||
|
||||
<?php if ($this->config->item('map_gridsquares') != FALSE) { ?>
|
||||
var grid = "Yes";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
<div class="container logbook">
|
||||
|
||||
<h2>Logbook</h2>
|
||||
|
|
@ -9,9 +7,10 @@
|
|||
<?php echo $this->session->flashdata('notice'); ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Map -->
|
||||
<div id="map" style="width: 100%; height: 300px"></div>
|
||||
<div id="map" style="width: 100%; height: 350px"></div>
|
||||
|
||||
<div style="padding-top: 10px; margin-top: 0px;" class="container logbook">
|
||||
<?php $this->load->view('view_log/partial/log') ?>
|
||||
|
|
|
|||
正在加载…
在新工单中引用