diff --git a/application/views/activators/index.php b/application/views/activators/index.php
index d960ad8d..ef899bc1 100644
--- a/application/views/activators/index.php
+++ b/application/views/activators/index.php
@@ -76,7 +76,7 @@
$result = write_activators($activators_array, $vucc_grids, $custom_date_format, $this->input->post('band'), $this->input->post('leogeo'));
}
else {
- echo '
' +
@@ -438,7 +438,7 @@ $(function () {
'id': id
},
success: function(data) {
- $(".bootstrap-dialog-message").prepend('
×The stored query has been deleted!
');
+ $(".bootstrap-dialog-message").prepend('
The stored query has been deleted!
');
$("#query_" + id).remove(); // removes query from table in dialog
$("#querydropdown option[value='" + id + "']").remove(); // removes query from dropdown
if ($("#querydropdown option").length == 0) {
@@ -447,7 +447,7 @@ $(function () {
};
},
error: function() {
- $(".bootstrap-dialog-message").prepend('
×The stored query could not be deleted. Please try again!
');
+ $(".bootstrap-dialog-message").prepend('
The stored query could not be deleted. Please try again!
');
},
});
}
@@ -473,11 +473,11 @@ $(function () {
},
success: function(html) {
$('#edit_' + id).html('
Edit'); // Change to edit button
- $(".bootstrap-dialog-message").prepend('
×The query description has been updated!
');
+ $(".bootstrap-dialog-message").prepend('
The query description has been updated!
');
$("#querydropdown option[value='" + id + "']").text($('#description_' + id).html()); // Change text in dropdown
},
error: function() {
- $(".bootstrap-dialog-message").prepend('
×Something went wrong with the save. Please try again!
');
+ $(".bootstrap-dialog-message").prepend('
Something went wrong with the save. Please try again!
');
},
});
}
@@ -2620,7 +2620,7 @@ function viewEqsl(picture, callsign) {
}
} else if (data.status.front.status != '') {
- $("#qslupload").append('
×Front QSL Card:' +
+ $("#qslupload").append('
Front QSL Card:' +
data.status.front.error +
'
');
}
@@ -2658,7 +2658,7 @@ function viewEqsl(picture, callsign) {
$("#qslcardback").val(null);
}
} else if (data.status.back.status != '') {
- $("#qslupload").append('
×\nBack QSL Card: ' +
+ $("#qslupload").append('
\nBack QSL Card: ' +
data.status.back.error +
'
');
}
@@ -2707,7 +2707,7 @@ function viewEqsl(picture, callsign) {
location.reload();
} else {
$(".alert").remove();
- $('#searchresult').prepend('
×Something went wrong. Please try again!
');
+ $('#searchresult').prepend('
Something went wrong. Please try again!
');
}
}
});
diff --git a/application/views/oqrs/qsolist.php b/application/views/oqrs/qsolist.php
index 506a9943..1eae7b7c 100644
--- a/application/views/oqrs/qsolist.php
+++ b/application/views/oqrs/qsolist.php
@@ -190,6 +190,6 @@ if ($qsos->result() != NULL) {
×No QSO\'s were found. It seems you were not active at this time.
';
+ echo '
No QSO\'s were found. It seems you were not active at this time.
';
}
?>
diff --git a/application/views/public_search/empty.php b/application/views/public_search/empty.php
index 656d3d0c..8c5d8460 100644
--- a/application/views/public_search/empty.php
+++ b/application/views/public_search/empty.php
@@ -1,4 +1,4 @@
Results Searching for
-
+
Nothing found!
diff --git a/application/views/qrz/export.php b/application/views/qrz/export.php
index 5186c312..20de0ca4 100644
--- a/application/views/qrz/export.php
+++ b/application/views/qrz/export.php
@@ -52,7 +52,7 @@
}
else {
- echo '
';
+ echo '
Nothing found!
';
}
?>
diff --git a/application/views/search/cqzones_result.php b/application/views/search/cqzones_result.php
index 82ba2249..65cad4a0 100644
--- a/application/views/search/cqzones_result.php
+++ b/application/views/search/cqzones_result.php
@@ -48,6 +48,6 @@ if ($qsos->result() != NULL) {
×No incorrect CQ Zones were found.
';
+ echo '
No incorrect CQ Zones were found.
';
}
?>
diff --git a/application/views/search/duplicates_result.php b/application/views/search/duplicates_result.php
index f00c4f2e..eacd1988 100644
--- a/application/views/search/duplicates_result.php
+++ b/application/views/search/duplicates_result.php
@@ -45,6 +45,6 @@ if ($qsos->result() != NULL) {
×No duplicate QSO\'s were found.
';
+ echo 'No duplicate QSO\'s were found.
';
}
?>
\ No newline at end of file
diff --git a/application/views/search/lotw_unconfirmed_result.php b/application/views/search/lotw_unconfirmed_result.php
index 561dc730..99dfcc65 100644
--- a/application/views/search/lotw_unconfirmed_result.php
+++ b/application/views/search/lotw_unconfirmed_result.php
@@ -38,6 +38,6 @@ if ($qsos->result() != NULL) {
No QSOs with outstanding LoTW upload were found.
';
}
?>
diff --git a/application/views/timeline/index.php b/application/views/timeline/index.php
index 24c545d4..a5055233 100644
--- a/application/views/timeline/index.php
+++ b/application/views/timeline/index.php
@@ -97,7 +97,7 @@
}
}
else {
- echo '