Save QSLMSG to database
这个提交包含在:
父节点
c131c59d04
当前提交
8c9e98888c
共有 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>
|
||||
|
|
|
|||
正在加载…
在新工单中引用