Changed all text for QRZ to refer to the QRZ Logbook which is what its for making it clearer.
这个提交包含在:
		
							父节点
							
								
									dd09ca6350
								
							
						
					
					
						当前提交
						bd16b14dd0
					
				
					共有  3 个文件被更改,包括 6 次插入 和 6 次删除
				
			
		|  | @ -102,7 +102,7 @@ class Qrz extends CI_Controller { | ||||||
|     public function export() { |     public function export() { | ||||||
|         $this->load->model('stations'); |         $this->load->model('stations'); | ||||||
| 
 | 
 | ||||||
|         $data['page_title'] = "QRZ.com Export"; |         $data['page_title'] = "QRZ Logbook"; | ||||||
| 
 | 
 | ||||||
|         $data['station_profile'] = $this->stations->stations_with_qrz_api_key(); |         $data['station_profile'] = $this->stations->stations_with_qrz_api_key(); | ||||||
|         $active_station_id = $this->stations->find_active(); |         $active_station_id = $this->stations->find_active(); | ||||||
|  |  | ||||||
|  | @ -122,7 +122,7 @@ | ||||||
| 					 | 					 | ||||||
| 					<div class="dropdown-divider"></div> | 					<div class="dropdown-divider"></div> | ||||||
| 
 | 
 | ||||||
|                     <a class="dropdown-item" href="<?php echo site_url('qrz/export');?>" title="QRZ.com Export"><i class="fas fa-sync"></i> QRZ.com Export</a> |                     <a class="dropdown-item" href="<?php echo site_url('qrz/export');?>" title="QRZ.com Export"><i class="fas fa-sync"></i> QRZ Logbook</a> | ||||||
| 
 | 
 | ||||||
|                     <div class="dropdown-divider"></div> |                     <div class="dropdown-divider"></div> | ||||||
| 					 | 					 | ||||||
|  |  | ||||||
|  | @ -1,18 +1,18 @@ | ||||||
| 
 | 
 | ||||||
| <div class="container adif"> | <div class="container adif"> | ||||||
| 
 | 
 | ||||||
|     <h1>QRZ.com Functions</h1> |     <h1>QRZ Logbook</h1> | ||||||
| 
 | 
 | ||||||
|     <div class="card"> |     <div class="card"> | ||||||
|         <div class="card-header"> |         <div class="card-header"> | ||||||
|             <h5 class="card-title"><?php echo $page_title; ?></h5>
 |             <h5 class="card-title">Upload Logbook</h5> | ||||||
|         </div> |         </div> | ||||||
| 
 | 
 | ||||||
|         <div class="card-body"> |         <div class="card-body"> | ||||||
| 
 | 
 | ||||||
|             <p>Here you can upload all QSOs to QRZ.com, which have not been previously uploaded. This might take a while, since only 1 QSO is uploaded at a time.</p> |             <p>Here you can upload all QSOs to QRZ Logbook, which have not been previously uploaded. This might take a while, since only 1 QSO is uploaded at a time.</p> | ||||||
|              |              | ||||||
|             <p>You need to set a QRZ API Key in your station profile. Only a station profile with an API Key set, is diplayed in the table below.</p> |             <p>You need to set a QRZ Logbook API Key in your station profile. Only a station profile with an API Key set, is diplayed in the table below.</p> | ||||||
| 
 | 
 | ||||||
| <?php | <?php | ||||||
|             if ($station_profile->result()) { |             if ($station_profile->result()) { | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用