mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Added clickable link on previous QSOs
This commit is contained in:
parent
3404ff7050
commit
2bc331109c
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ class Logbook extends CI_Controller {
|
|||
|
||||
$html .= "<tr>";
|
||||
$html .= "<td>".date($custom_date_format, $timestamp). date(' H:i',strtotime($row->COL_TIME_ON)) . "</td>";
|
||||
$html .= "<td>".str_replace("0","Ø",strtoupper($row->COL_CALL))."</td>";
|
||||
$html .= "<td><a id='edit_qso' href='javascript:displayQso(" . $row->COL_PRIMARY_KEY . ");'>" . str_replace('0','Ø',strtoupper($row->COL_CALL)) . "</a></td>";
|
||||
$html .= "<td>".$row->COL_RST_SENT."</td>";
|
||||
$html .= "<td>".$row->COL_RST_RCVD."</td>";
|
||||
if($row->COL_SAT_NAME != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue