[DXCC Award] Reworked summary so that it shows all the bands regardless of what is chosen in the form above.
这个提交包含在:
		
							父节点
							
								
									2005ff7f55
								
							
						
					
					
						当前提交
						d9ef7fe7d8
					
				
					共有  2 个文件被更改,包括 2 次插入 和 2 次删除
				
			
		|  | @ -131,7 +131,7 @@ class Awards extends CI_Controller { | ||||||
| 
 | 
 | ||||||
| 		$dxcclist = $this->dxcc->fetchdxcc($postdata); | 		$dxcclist = $this->dxcc->fetchdxcc($postdata); | ||||||
|         $data['dxcc_array'] = $this->dxcc->get_dxcc_array($dxcclist, $bands, $postdata); |         $data['dxcc_array'] = $this->dxcc->get_dxcc_array($dxcclist, $bands, $postdata); | ||||||
|         $data['dxcc_summary'] = $this->dxcc->get_dxcc_summary($bands); |         $data['dxcc_summary'] = $this->dxcc->get_dxcc_summary($data['worked_bands']); | ||||||
| 
 | 
 | ||||||
| 		// Render Page
 | 		// Render Page
 | ||||||
| 		$data['page_title'] = "Awards - DXCC"; | 		$data['page_title'] = "Awards - DXCC"; | ||||||
|  |  | ||||||
|  | @ -162,7 +162,7 @@ | ||||||
|         <thead> |         <thead> | ||||||
|         <tr><td></td>'; |         <tr><td></td>'; | ||||||
| 
 | 
 | ||||||
|         foreach($bands as $band) { |         foreach($worked_bands as $band) { | ||||||
|             echo '<td>' . $band . '</td>'; |             echo '<td>' . $band . '</td>'; | ||||||
|         } |         } | ||||||
|         echo '<td>Total</td> |         echo '<td>Total</td> | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用