kopia lustrzana https://github.com/magicbug/Cloudlog
Issue #88 - Added QSL Via field in the logging window
rodzic
4c50ae3ea7
commit
3129c6cd30
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
|
Ładowanie…
Reference in New Issue