Issue #88 - Added QSL Via field in the logging window

pull/106/merge
Peter Goodhall 2012-03-28 14:01:11 +01:00
rodzic 4c50ae3ea7
commit 3129c6cd30
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -49,6 +49,7 @@ class Logbook_model extends CI_Model {
'COL_QSL_RCVD' => $this->input->post('qsl_recv'),
'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_OPERATOR' => $this->session->userdata('user_callsign'),
'COL_QTH' => $this->input->post('qth'),
'COL_PROP_MODE' => $prop_mode,

Wyświetl plik

@ -193,6 +193,11 @@
<option value="B">Bureau</option>
</select></td>
</tr>
<tr>
<td>Via</td>
<td><input type="text" name="qsl_via" value="" /></td>
</tr>
</table>
</div>
</div>