Added link to station logbooks
这个提交包含在:
父节点
126c551007
当前提交
f5536d233e
共有 2 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -51,7 +51,7 @@ class Logbook extends CI_Controller {
|
||||||
$data['results'] = $this->logbook_model->get_qsos($config['per_page'],$this->uri->segment(3));
|
$data['results'] = $this->logbook_model->get_qsos($config['per_page'],$this->uri->segment(3));
|
||||||
|
|
||||||
if(!$data['results']) {
|
if(!$data['results']) {
|
||||||
$this->session->set_flashdata('notice', $this->lang->line('error_no_logbook_found'));
|
$this->session->set_flashdata('notice', $this->lang->line('error_no_logbook_found') . ' <a href="' . site_url('logbooks') . '" title="Station Logbooks">Station Logbooks</a>');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Calculate Lat/Lng from Locator to use on Maps
|
// Calculate Lat/Lng from Locator to use on Maps
|
||||||
|
|
|
||||||
|
|
@ -119,4 +119,4 @@ $lang['gen_from_date'] = 'From date';
|
||||||
|
|
||||||
$lang['gen_this_qso_was_confirmed_on'] = 'This QSO was confirmed on';
|
$lang['gen_this_qso_was_confirmed_on'] = 'This QSO was confirmed on';
|
||||||
|
|
||||||
$lang['error_no_logbook_found'] = 'No logbook\'s were found. You need to define a logbook under Station Logbooks!';
|
$lang['error_no_logbook_found'] = 'No logbooks were found. You need to define a logbook under Station Logbooks! Do it here:';
|
||||||
正在加载…
在新工单中引用