Correcting the result table headers to match the data displayed.
这个提交包含在:
父节点
3c8d77d012
当前提交
11c5d0d9c5
共有 1 个文件被更改,包括 3 次插入 和 1 次删除
|
|
@ -30,9 +30,11 @@ class Lotw extends CI_Controller {
|
|||
|
||||
$table = "<table>";
|
||||
$table .= "<tr class=\"titles\">";
|
||||
$table .= "<td>Date</td>";
|
||||
$table .= "<td>QSO Date</td>";
|
||||
$table .= "<td>Call</td>";
|
||||
$table .= "<td>Mode</td>";
|
||||
$table .= "<td>LoTW QSL Received</td>";
|
||||
$table .= "<td>Date LoTW Confirmed</td>";
|
||||
$table .= "<td>Log Status</td>";
|
||||
$table .= "<td>LoTW Status</td>";
|
||||
$table .= "<tr>";
|
||||
|
|
|
|||
正在加载…
在新工单中引用