Save QSLMSG to database

这个提交包含在:
phl0 2022-03-16 18:21:46 +01:00
父节点 c131c59d04
当前提交 8c9e98888c
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A
共有 2 个文件被更改,包括 3 次插入2 次删除

查看文件

@ -146,6 +146,7 @@ class Logbook_model extends CI_Model {
'COL_QSL_SENT_VIA' => $this->input->post('qsl_sent_method'),
'COL_QSL_RCVD_VIA' => $this->input->post('qsl_recv_method'),
'COL_QSL_VIA' => $this->input->post('qsl_via'),
'COL_QSLMSG' => $this->input->post('qslmsg'),
'COL_OPERATOR' => $this->session->userdata('user_callsign'),
'COL_QTH' => $this->input->post('qth'),
'COL_PROP_MODE' => $prop_mode,

查看文件

@ -476,8 +476,8 @@
<span class="badge badge-info"><?php echo $this->lang->line('general_word_info'); ?></span> <?php echo $this->lang->line('qsl_notes_helptext'); ?>
</div>
<div class="form-group">
<label for="qslnotes"><?php echo $this->lang->line('general_word_notes'); ?></label>
<textarea type="text" class="form-control" id="qslnotes" name="qslnotes" rows="10"></textarea>
<label for="qslmsg"><?php echo $this->lang->line('general_word_notes'); ?></label>
<textarea type="text" class="form-control" id="qslmsg" name="qslmsg" rows="10"></textarea>
</div>
</div>
</div>