kopia lustrzana https://github.com/magicbug/Cloudlog
Added Ability to change country name when editing qsos fixing issue #105
rodzic
6e6b617a3b
commit
a8ddc357f9
|
@ -188,6 +188,7 @@ class Logbook_model extends CI_Model {
|
|||
'COL_IOTA' => $this->input->post('iota_ref'),
|
||||
'COL_QTH' => $this->input->post('qth'),
|
||||
'COL_FREQ_RX' => '0',
|
||||
'COL_COUNTRY' => $this->input->post('country'),
|
||||
);
|
||||
|
||||
$this->db->where('COL_PRIMARY_KEY', $this->input->post('id'));
|
||||
|
|
|
@ -85,6 +85,11 @@
|
|||
<td><input type="text" name="iota_ref" value="<?php echo $COL_IOTA; ?>" /></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Country</td>
|
||||
<td><input type="text" name="country" value="<?php echo $COL_COUNTRY; ?>" /></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>QSLing</h3>
|
||||
|
|
Ładowanie…
Reference in New Issue