-
+
@@ -158,7 +191,7 @@
echo '
';
- foreach ($waja_array as $dxcc => $value) { // Fills the table with the data
+ foreach ($waja_array as $waja => $value) { // Fills the table with the data
echo '';
foreach ($value as $name => $key) {
echo '' . $key . ' | ';
@@ -182,14 +215,14 @@
Total worked | ';
- foreach ($waja_summary['worked'] as $dxcc) { // Fills the table with the data
- echo '' . $dxcc . ' | ';
+ foreach ($waja_summary['worked'] as $waja) { // Fills the table with the data
+ echo '' . $waja . ' | ';
}
echo '
Total confirmed | ';
- foreach ($waja_summary['confirmed'] as $dxcc) { // Fills the table with the data
- echo '' . $dxcc . ' | ';
+ foreach ($waja_summary['confirmed'] as $waja) { // Fills the table with the data
+ echo '' . $waja . ' | ';
}
echo '
diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php
index 91e0295c..d45ca998 100644
--- a/application/views/interface_assets/footer.php
+++ b/application/views/interface_assets/footer.php
@@ -45,6 +45,7 @@
+
@@ -1270,7 +1271,10 @@ $(document).on('keypress',function(e) {
qso_set_eqsl_qslmsg(stationProfile,false,'.qso_panel');
});
// [eQSL default msg] change value on clic //
- $('.qso_panel .qso_eqsl_qslmsg_update').off('click').on('click',function() { qso_set_eqsl_qslmsg($('.qso_panel #stationProfile').val(),true,'.qso_panel'); });
+ $('.qso_panel .qso_eqsl_qslmsg_update').off('click').on('click',function() {
+ qso_set_eqsl_qslmsg($('.qso_panel #stationProfile').val(),true,'.qso_panel');
+ $('#charsLeft').text(" ");
+ });
session->userdata('user_qth_lookup') == 1) { ?>
$('#qth').focusout(function() {
diff --git a/application/views/logbookadvanced/index.php b/application/views/logbookadvanced/index.php
index 5bd0ce84..85c0d207 100644
--- a/application/views/logbookadvanced/index.php
+++ b/application/views/logbookadvanced/index.php
@@ -7,9 +7,13 @@
var custom_date_format = "";
operator)) {
+ echo "\nvar o_template = { operator: {show: 'true'}};";
+ echo "\nuser_options={...user_options, ...o_template}";
+}
?>