Allow for editing QSL MSG comment
这个提交包含在:
		
							父节点
							
								
									b9de48d7d2
								
							
						
					
					
						当前提交
						3be65ae548
					
				
					共有  3 个文件被更改,包括 17 次插入 和 4 次删除
				
			
		|  | @ -617,6 +617,7 @@ class Logbook_model extends CI_Model { | ||||||
|        'COL_QSL_RCVD_VIA' => $this->input->post('qsl_recv_method'), |        'COL_QSL_RCVD_VIA' => $this->input->post('qsl_recv_method'), | ||||||
|        'COL_EQSL_QSL_SENT' => $this->input->post('eqsl_sent'), |        'COL_EQSL_QSL_SENT' => $this->input->post('eqsl_sent'), | ||||||
|        'COL_EQSL_QSL_RCVD' => $this->input->post('eqsl_recv'), |        'COL_EQSL_QSL_RCVD' => $this->input->post('eqsl_recv'), | ||||||
|  |        'COL_QSLMSG' => $this->input->post('qslmsg'), | ||||||
|        'COL_LOTW_QSL_SENT' => $this->input->post('lotw_sent'), |        'COL_LOTW_QSL_SENT' => $this->input->post('lotw_sent'), | ||||||
|        'COL_LOTW_QSL_RCVD' => $this->input->post('lotw_recv'), |        'COL_LOTW_QSL_RCVD' => $this->input->post('lotw_recv'), | ||||||
|        'COL_IOTA' => $this->input->post('iota_ref'), |        'COL_IOTA' => $this->input->post('iota_ref'), | ||||||
|  |  | ||||||
|  | @ -518,6 +518,18 @@ | ||||||
|                                                     <option value="V" <?php if($qso->COL_EQSL_QSL_RCVD == "V") { echo "selected=\"selected\""; } ?>>Verified (Match)</option>
 |                                                     <option value="V" <?php if($qso->COL_EQSL_QSL_RCVD == "V") { echo "selected=\"selected\""; } ?>>Verified (Match)</option>
 | ||||||
|                                                 </select></div> |                                                 </select></div> | ||||||
|                                         </div> |                                         </div> | ||||||
|  |                                         <div class="form-group row"> | ||||||
|  |                                              <div class="col-sm-9"> | ||||||
|  |                                                  <label for="qslmsg"><?php echo $this->lang->line('general_word_notes'); ?></label>
 | ||||||
|  |                                                  <div class="alert alert-info" role="alert"> | ||||||
|  |                                                      <span class="badge badge-info"><?php echo $this->lang->line('general_word_info'); ?></span> <?php echo $this->lang->line('qsl_notes_helptext'); ?>
 | ||||||
|  |                                                  </div> | ||||||
|  |                                              </div> | ||||||
|  |                                              <div class="col-sm-9"> | ||||||
|  |                                                  <textarea  type="text" class="form-control" id="qslmsg" name="qslmsg" rows="5"><?php echo $qso->COL_QSLMSG; ?></textarea>
 | ||||||
|  |                                              </div> | ||||||
|  |                                         </div> | ||||||
|  | 
 | ||||||
|                                     </div> |                                     </div> | ||||||
|                                     <div class="tab-pane fade" id="contact" role="tabpanel" aria-labelledby="contact-tab"> |                                     <div class="tab-pane fade" id="contact" role="tabpanel" aria-labelledby="contact-tab"> | ||||||
|                                         <div class="form-group row"> |                                         <div class="form-group row"> | ||||||
|  |  | ||||||
|  | @ -477,7 +477,7 @@ | ||||||
|             </div> |             </div> | ||||||
|            <div class="form-group"> |            <div class="form-group"> | ||||||
|               <label for="qslmsg"><?php echo $this->lang->line('general_word_notes'); ?></label>
 |               <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> |               <textarea  type="text" class="form-control" id="qslmsg" name="qslmsg" rows="5"></textarea> | ||||||
|             </div> |             </div> | ||||||
|           </div> |           </div> | ||||||
|         </div> |         </div> | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用