mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Advanced Logbook] Added QSL image popup and indicator
This commit is contained in:
@@ -174,6 +174,13 @@ class Qsl extends CI_Controller {
|
||||
echo json_encode($result);
|
||||
}
|
||||
|
||||
function viewQsl() {
|
||||
$cleanid = $this->security->xss_clean($this->input->post('id'));
|
||||
$this->load->model('Qsl_model');
|
||||
$data['qslimages'] = $this->Qsl_model->getQslForQsoId($cleanid);
|
||||
$this->load->view('qslcard/qslcarousel', $data);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Functions for storage, these need shifted to a libary to use across Cloudlog
|
||||
|
||||
Reference in New Issue
Block a user