diff --git a/application/views/widgets/qsos.php b/application/views/widgets/qsos.php index 0e08f75f7..6281cbdb7 100644 --- a/application/views/widgets/qsos.php +++ b/application/views/widgets/qsos.php @@ -11,11 +11,20 @@ +config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { + $show_time = true; +} else { + $show_time = false; +} ?> + +
| Date | -Time | + +Time | +Call | Mode | Sent | @@ -38,7 +47,9 @@ foreach ($last_five_qsos->result() as $row) { ?> '; ?>COL_TIME_ON); echo date($custom_date_format, $timestamp); ?> | -COL_TIME_ON); echo date('H:i', $timestamp); ?> | + +COL_TIME_ON); echo date('H:i', $timestamp); ?> | +COL_CALL)); ?> | COL_SUBMODE==null?$row->COL_MODE:$row->COL_SUBMODE; ?> | COL_RST_SENT; ?> COL_STX_STRING) { ?>(COL_STX_STRING;?>) |