[DXCC Award] Reworked summary so that it shows all the bands regardless of what is chosen in the form above.

这个提交包含在:
Andreas 2020-12-14 09:49:49 +01:00
父节点 2005ff7f55
当前提交 d9ef7fe7d8
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -131,7 +131,7 @@ class Awards extends CI_Controller {
$dxcclist = $this->dxcc->fetchdxcc($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
$data['page_title'] = "Awards - DXCC";

查看文件

@ -162,7 +162,7 @@
<thead>
<tr><td></td>';
foreach($bands as $band) {
foreach($worked_bands as $band) {
echo '<td>' . $band . '</td>';
}
echo '<td>Total</td>