mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[QSO Entry] Add summary for more awards
This commit is contained in:
@@ -668,7 +668,7 @@ class QSO extends CI_Controller {
|
||||
|
||||
/**
|
||||
* Open the API url which causes the browser to open the QSO live logging and populate the callsign with the data from the API
|
||||
*
|
||||
*
|
||||
* Usage example:
|
||||
* https://<URL to Wavelog>/index.php/qso/log_qso?callsign=4W7EST
|
||||
*/
|
||||
@@ -697,7 +697,7 @@ class QSO extends CI_Controller {
|
||||
}
|
||||
|
||||
/**
|
||||
* Easy modal Loader
|
||||
* Easy modal Loader
|
||||
* Used for Share Modal in QSO Details view
|
||||
*/
|
||||
function getShareModal() {
|
||||
@@ -711,4 +711,8 @@ class QSO extends CI_Controller {
|
||||
|
||||
$this->load->view('qso/components/share_modal', $data, false);
|
||||
}
|
||||
|
||||
function getAwardTabs() {
|
||||
$this->load->view('qso/award_tabs');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user