Link QSO view in download repores

This commit is contained in:
phl0
2025-02-13 12:54:47 +01:00
parent a310b4045f
commit 20290162a3
3 changed files with 9 additions and 5 deletions

View File

@@ -470,7 +470,7 @@ class Qrz extends CI_Controller {
$table .= "<tr>";
$table .= "<td>".$record['station_callsign']."</td>";
$table .= "<td>".$time_on."</td>";
$table .= "<td>".$record['call']."</td>";
$table .= "<td><a id=\"view_qrz_qso\" href=\"javascript:displayQso(".$status[1].")\">".$record['call']."</a></td>";
$table .= "<td>".($record['mode'] ?? '')."</td>";
$table .= "<td>".$record['qsl_rcvd']."</td>";
$table .= "<td>".$qsl_date."</td>";