diff --git a/application/views/calltester/result.php b/application/views/calltester/result.php index ed37644bc..adbcb8809 100644 --- a/application/views/calltester/result.php +++ b/application/views/calltester/result.php @@ -1,6 +1,17 @@ - - - +" . __("Callsigns tested: ") . $calls_tested . "

"; +echo "

" . __("Execution time: ") . round($execution_time, 2) . "s

"; +// Get Date format +if($this->session->userdata('user_date_format')) { + // If Logged in and session exists + $custom_date_format = $this->session->userdata('user_date_format'); +} else { + // Get Default date format from /config/wavelog.php + $custom_date_format = $this->config->item('qso_date_format'); +} +?>
@@ -20,7 +31,7 @@ - + @@ -30,4 +41,4 @@
' . htmlspecialchars($qso['callsign']) . ''; ?>
-
\ No newline at end of file +