diff --git a/application/views/view_log/partial/log.php b/application/views/view_log/partial/log.php index 28a13157..d376ed5a 100644 --- a/application/views/view_log/partial/log.php +++ b/application/views/view_log/partial/log.php @@ -13,6 +13,9 @@ session->userdata('user_eqsl_name') != "") { ?> eQSL + session->userdata('user_lotw_name') != "") { ?> + LoTW + @@ -48,12 +51,23 @@ QSL Cards sent + session->userdata('user_eqsl_name') != "" && $row->COL_EQSL_QSL_SENT != ''){ ?> + + session->userdata('user_lotw_name') != "") { ?> + + COL_LOTW_QSL_SENT != ''){ ?> + + + + + + Edit config->item('callsign_tags') == true) { ?> @@ -90,4 +104,16 @@ TD.eqsl{ color: #F00; font-size: 1.1em; } +TD.lotw{ + width: 33px; +} +.lotw-green{ + color: #00A000; + font-size: 1.1em; +} +.lotw-red{ + color: #F00; + font-size: 1.1em; +} + \ No newline at end of file