Correcting the result table headers to match the data displayed.

这个提交包含在:
Corby Krick 2013-11-11 11:24:20 -06:00
父节点 3c8d77d012
当前提交 11c5d0d9c5

查看文件

@ -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>";