diff --git a/application/views/logbookadvanced/index.php b/application/views/logbookadvanced/index.php index e3b34bd4d..2ba827e77 100644 --- a/application/views/logbookadvanced/index.php +++ b/application/views/logbookadvanced/index.php @@ -126,7 +126,7 @@ \"qth\":{\"show\":\"true\"}, \"frequency\":{\"show\":\"true\"}, \"dcl\":{\"show\":\"true\"}, - \"last_modification\":{\"show\":\"true\"}, + \"last_modification\":{\"show\":\"false\"}, }"; } $current_opts = json_decode($options); @@ -236,7 +236,7 @@ echo "\nuser_options={...user_options, ...o_template};"; } if (!isset($current_opts->last_modification)) { - echo "\nvar o_template = { last_modification: {show: 'true'}};"; + echo "\nvar o_template = { last_modification: {show: 'false'}};"; echo "\nuser_options={...user_options, ...o_template};"; } @@ -874,7 +874,7 @@ $options = json_decode($options); datetime->show ?? "true") == "true") { echo '' . __("Date/Time") . ''; } ?> - last_modification->show ?? "true") == "true") { + last_modification->show ?? "false") == "true") { echo '' . __("Last modified") . ''; } ?> de->show ?? "true") == "true") { diff --git a/application/views/logbookadvanced/useroptions.php b/application/views/logbookadvanced/useroptions.php index 162bf7fa3..8987031ff 100644 --- a/application/views/logbookadvanced/useroptions.php +++ b/application/views/logbookadvanced/useroptions.php @@ -192,7 +192,7 @@ "> -
last_modification->show ?? "true") == "true") { echo 'checked'; } ?>>
+
last_modification->show ?? "false") == "true") { echo 'checked'; } ?>>