-
= __("Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station."); ?>
-
= __("Similar to logbooks, a station profile keeps a set of QSOs together."); ?>
-
= __("Only one station may be active at a time. In the table below this is shown with the -Active Station- badge."); ?>
+
+ = __("Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station."); ?>
+ = __("Similar to logbooks, a station profile keeps a set of QSOs together."); ?>
+ = __("Only one station may be active at a time. In the table below this is shown with the -Active Station- badge."); ?>
+ = __("The 'Linked' column shows if the station location is linked with the Active Logbook selected above."); ?>
+
= __("Create a Station Location"); ?>
@@ -121,6 +124,7 @@
= __("Country"); ?> |
= __("Gridsquare"); ?> |
|
+
= __("Linked"); ?> |
= __("Edit"); ?> |
= __("Copy"); ?> |
ID: station_id;?>
qso_total;?> = __("QSO"); ?>
+
|
station_id; ?>" title== __("Edit"); ?> class="btn btn-outline-primary btn-sm">
|
@@ -182,7 +187,7 @@
station_id; ?>" class="btn btn-danger btn-sm" title== __("Empty Log"); ?> onclick="return confirm('');">
- station_active != 1) {
+ station_active != 1) {
$cnfmsg = sprintf(__("Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."), $row->station_profile_name); ?>?>
station_id; ?>" class="btn btn-danger btn-sm" title== __("Delete"); ?> onclick="return confirm('= $cnfmsg ?>');">
diff --git a/application/views/user/edit.php b/application/views/user/edit.php
index 0e58ca567..cd39557be 100644
--- a/application/views/user/edit.php
+++ b/application/views/user/edit.php
@@ -171,7 +171,7 @@
foreach ($existing_languages as $lang) {
$options[$lang['folder']] = $lang['name_en'];
}
- echo form_dropdown('user_language', $options, $language['folder']);
+ echo form_dropdown('user_language', $options, $user_language);
?>
= __("Choose Wavelog language."); ?>
diff --git a/application/views/visitor/layout/footer.php b/application/views/visitor/layout/footer.php
index 43bd5c205..03a92e196 100644
--- a/application/views/visitor/layout/footer.php
+++ b/application/views/visitor/layout/footer.php
@@ -20,6 +20,39 @@
var icon_dot_url = "assets/images/dot.png";
+
+
+
+
+
+
-
|