From 99e56a876bbafc036ea2ce8e7bf434ab4e9777a5 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Fri, 7 Jun 2024 14:58:23 +0200 Subject: [PATCH] stringify --- application/controllers/Logbook.php | 2 +- application/views/accumulate/index.php | 8 +-- application/views/awards/dok/index.php | 2 +- application/views/awards/dxcc/index.php | 2 +- application/views/awards/jcc/index.php | 2 +- application/views/awards/wab/index.php | 2 +- application/views/awards/waja/index.php | 2 +- application/views/cabrillo/index.php | 12 ++-- application/views/contesting/index.php | 2 +- application/views/distances/index.php | 2 +- application/views/dxcalendar/index.php | 16 ++--- application/views/eqsl/analysis.php | 24 +++---- application/views/eqsl/download.php | 36 +++++------ application/views/eqsl/export.php | 20 +++--- application/views/eqsl/import.php | 26 ++++---- application/views/eqsl/result.php | 20 +++--- application/views/eqsl/tools.php | 12 ++-- application/views/eqslcard/index.php | 6 +- application/views/gridmap/index.php | 2 +- application/views/hamsat/index.php | 22 +++---- application/views/hrdlog/export.php | 34 +++++----- application/views/hrdlog/mark_hrdlog.php | 6 +- application/views/interface_assets/footer.php | 2 +- application/views/interface_assets/header.php | 6 +- application/views/labels/create.php | 52 +++++++-------- application/views/labels/createpaper.php | 28 ++++---- application/views/labels/edit.php | 52 +++++++-------- application/views/labels/editpaper.php | 28 ++++---- application/views/labels/index.php | 64 +++++++++---------- application/views/labels/startatform.php | 10 +-- .../views/search/search_result_ajax.php | 2 +- application/views/station_profile/edit.php | 2 +- application/views/update/index.php | 2 +- application/views/user/edit.php | 4 +- .../views/view_log/partial/log_ajax.php | 2 +- application/views/view_log/qso.php | 2 +- 36 files changed, 258 insertions(+), 258 deletions(-) diff --git a/application/controllers/Logbook.php b/application/controllers/Logbook.php index 836919ee4..5b39dbb1a 100644 --- a/application/controllers/Logbook.php +++ b/application/controllers/Logbook.php @@ -676,7 +676,7 @@ class Logbook extends CI_Controller { $html .= "QRZ"; break; case 8: - $html .= "Clublog"; + $html .= ""; break; default: $html .= "".__("QSL").""; diff --git a/application/views/accumulate/index.php b/application/views/accumulate/index.php index 0ac598530..e4b842283 100644 --- a/application/views/accumulate/index.php +++ b/application/views/accumulate/index.php @@ -49,25 +49,25 @@
diff --git a/application/views/awards/dok/index.php b/application/views/awards/dok/index.php index 4d2dc3a32..1f746b6a2 100644 --- a/application/views/awards/dok/index.php +++ b/application/views/awards/dok/index.php @@ -68,7 +68,7 @@
input->post('clublog')) echo ' checked="checked"'; ?> > - +
diff --git a/application/views/awards/dxcc/index.php b/application/views/awards/dxcc/index.php index df57df266..26cecb8fe 100644 --- a/application/views/awards/dxcc/index.php +++ b/application/views/awards/dxcc/index.php @@ -74,7 +74,7 @@
input->post('clublog')) echo ' checked="checked"'; ?> > - +
diff --git a/application/views/awards/jcc/index.php b/application/views/awards/jcc/index.php index fbd8d94ba..d84f37c7e 100644 --- a/application/views/awards/jcc/index.php +++ b/application/views/awards/jcc/index.php @@ -65,7 +65,7 @@
input->post('clublog')) echo ' checked="checked"'; ?> > - +
diff --git a/application/views/awards/wab/index.php b/application/views/awards/wab/index.php index 857e5badd..ebdd6f83f 100644 --- a/application/views/awards/wab/index.php +++ b/application/views/awards/wab/index.php @@ -101,7 +101,7 @@ echo ' checked' ; } echo '>'; ?> - + diff --git a/application/views/awards/waja/index.php b/application/views/awards/waja/index.php index c5bcd38c0..ab31fe16c 100644 --- a/application/views/awards/waja/index.php +++ b/application/views/awards/waja/index.php @@ -66,7 +66,7 @@
input->post('clublog')) echo ' checked="checked"'; ?> > - +
diff --git a/application/views/cabrillo/index.php b/application/views/cabrillo/index.php index bce177d71..a4cf9c4ea 100644 --- a/application/views/cabrillo/index.php +++ b/application/views/cabrillo/index.php @@ -41,22 +41,22 @@
-

+

@@ -78,7 +78,7 @@ foreach ($qslsnotdownloaded->result_array() as $qsl) { There are no QSOs whose eQSL card images have not yet been downloaded. Go log some more QSOs!

"; + echo '

' . __("There are no QSOs whose eQSL card images have not yet been downloaded. Go log some more QSOs!") . '

'; } ?> diff --git a/application/views/eqsl/export.php b/application/views/eqsl/export.php index f664ddfce..ca1f410f0 100644 --- a/application/views/eqsl/export.php +++ b/application/views/eqsl/export.php @@ -3,21 +3,21 @@

-
eQSL QSO Upload
+
eQSL QSO Upload"); ?>
@@ -29,13 +29,13 @@ if (isset($eqsl_table)) { ?> -

Below is a table of QSOs that have not yet been sent to eQSL.

+

-

Info Please make sure the "eQSL QTH Nickname" field is set in your station profile and that the value matches the QTH Nickname you set within eQSL.

+

Clicking \"Upload QSOs\" will send QSO information to eQSL.cc.

"; + echo '

' . __("Clicking 'Upload QSOs' will send QSO information to eQSL.cc.") . '

'; echo form_open('eqsl/export'); echo ""; echo ""; @@ -44,12 +44,12 @@ { if (isset($eqsl_results_table)) { - echo "

The following QSOs were sent to eQSL.

"; + echo '

' . __("The following QSOs were sent to eQSL.") . '

'; echo $eqsl_results_table; } else { - echo "

There are no QSOs that need to be sent to eQSL at this time. Go log some more QSOs!

"; + echo '

' . __("There are no QSOs that need to be sent to eQSL at this time. Go log some more QSOs!") . '

'; } } ?> diff --git a/application/views/eqsl/import.php b/application/views/eqsl/import.php index 836b5592f..78325a8ed 100644 --- a/application/views/eqsl/import.php +++ b/application/views/eqsl/import.php @@ -2,21 +2,21 @@

-
eQSL Import
+
@@ -28,27 +28,27 @@

-

Upload the Exported ADIF file from eQSL from the Download Inbox page, to mark QSOs as confirmed on eQSL.

-

Choose Station(location) eQSL File belongs to:

+

' . __("Download Inbox") . ''); ?>

+

-

ImportantLog files must have the file type .adi

+


config->item('disable_manual_eqsl'))) { ?>
- -

Wavelog will use the eQSL credentials from your Wavelog user profile to connect to eQSL and download confirmations.

+ +

diff --git a/application/views/eqsl/result.php b/application/views/eqsl/result.php index 9f7bb2bc6..3aca0b49e 100644 --- a/application/views/eqsl/result.php +++ b/application/views/eqsl/result.php @@ -8,16 +8,16 @@ $custom_date_format = $this->session->userdata('user_date_format');
@@ -30,12 +30,12 @@ $custom_date_format = $this->session->userdata('user_date_format');
- - - - - - + + + + + + diff --git a/application/views/eqsl/tools.php b/application/views/eqsl/tools.php index a1870709e..a43ebf268 100644 --- a/application/views/eqsl/tools.php +++ b/application/views/eqsl/tools.php @@ -2,29 +2,29 @@

-
eQSL Tools
+
load->view('layout/messages'); ?> -

Mark All QSOs as Sent to eQSL use this if you have lots of QSOs to upload to eQSL it will save the server timing out.

+

diff --git a/application/views/eqslcard/index.php b/application/views/eqslcard/index.php index 6a7f1e1b2..91bfe1c6e 100644 --- a/application/views/eqslcard/index.php +++ b/application/views/eqslcard/index.php @@ -7,7 +7,7 @@ config->item('userdata'); if (isset($userdata_dir)) { ?> @@ -31,7 +31,7 @@ - + '; @@ -57,7 +57,7 @@ echo ''; - echo ''; + echo ''; echo ''; } diff --git a/application/views/gridmap/index.php b/application/views/gridmap/index.php index f87082d46..dcee3588e 100644 --- a/application/views/gridmap/index.php +++ b/application/views/gridmap/index.php @@ -35,7 +35,7 @@ - +
DateTimeCallModeSubmodeeQSL Status
'.__("Time").' '.__("Band").' '.__("Propagation Mode").''.__("QSL").' '.__("Date").''.__("QSL Date").'
'; $timestamp = strtotime($qsl->COL_EQSL_QSLRDATE); echo date($custom_date_format, $timestamp); echo '