diff --git a/application/controllers/Awards.php b/application/controllers/Awards.php index c24695a5..dace903c 100644 --- a/application/controllers/Awards.php +++ b/application/controllers/Awards.php @@ -344,7 +344,7 @@ class Awards extends CI_Controller { $data['was_summary'] = $this->was->get_was_summary($bands); // Render Page - $data['page_title'] = "Awards - WAS (Worked all states)"; + $data['page_title'] = "Awards - WAS (Worked All States)"; $this->load->view('interface_assets/header', $data); $this->load->view('awards/was/index'); $this->load->view('interface_assets/footer'); diff --git a/application/views/accumulate/index.php b/application/views/accumulate/index.php index 85a5e8af..ccb1d5c0 100644 --- a/application/views/accumulate/index.php +++ b/application/views/accumulate/index.php @@ -45,19 +45,19 @@
diff --git a/application/views/awards/dxcc/index.php b/application/views/awards/dxcc/index.php index 01882037..fcb23868 100644 --- a/application/views/awards/dxcc/index.php +++ b/application/views/awards/dxcc/index.php @@ -10,7 +10,7 @@
input->post('includedeleted') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> > - +
@@ -116,7 +116,7 @@ # - DXCCName + DXCC Name Prefix'; if ($this->input->post('includedeleted') || $this->input->method() !== 'post') echo ' diff --git a/application/views/awards/iota/index.php b/application/views/awards/iota/index.php index 9b859eb4..e541a8c3 100644 --- a/application/views/awards/iota/index.php +++ b/application/views/awards/iota/index.php @@ -11,7 +11,7 @@
input->post('includedeleted') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> > - +
@@ -104,7 +104,7 @@ # - Iota + IOTA Prefix Name'; if ($this->input->post('includedeleted') || $this->input->method() !== 'post') @@ -162,4 +162,4 @@ echo ''; } ?> - \ No newline at end of file + diff --git a/application/views/dayswithqso/index.php b/application/views/dayswithqso/index.php index 488a5ddf..43a76bc3 100644 --- a/application/views/dayswithqso/index.php +++ b/application/views/dayswithqso/index.php @@ -49,7 +49,7 @@ echo '
'; echo ''; - echo ''; + echo ''; echo ''; echo ''; echo ''; @@ -77,7 +77,7 @@ echo '
Streak (Continues days with QSOs)Streak (continuous days with QSOs)Begin dateEnd date
'; echo ''; - echo ''; + echo ''; echo ''; echo ''; echo ''; @@ -94,12 +94,12 @@ } elseif (is_array($almostcurrentstreak)) { ?> -

If you make a QSO today, you can continue to extend your streak, else your current streak will be broken!

+

If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!

Current Streak (Continues days with QSOs)Current streak (continuous days with QSOs)Begin dateEnd date
'; echo ''; - echo ''; + echo ''; echo ''; echo ''; echo ''; diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index 3cfe3507..6ff8e45a 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -1330,7 +1330,7 @@ $(document).ready(function(){ $('#information').html(tmp.qrb.Qsoes + " contacts were plotted.
Your furthest contact was with " + tmp.qrb.Callsign + " in gridsquare "+ tmp.qrb.Grid - +" the distance was " + +"; the distance was " +tmp.qrb.Distance + tmp.unit +"."); var chart = new Highcharts.Chart(options); diff --git a/application/views/timeline/index.php b/application/views/timeline/index.php index 871ab9b2..80332d21 100644 --- a/application/views/timeline/index.php +++ b/application/views/timeline/index.php @@ -50,19 +50,19 @@
input->post('awardradio') == 'was') echo ' checked'?>>
input->post('awardradio') == 'iota') echo ' checked'?>>
input->post('awardradio') == 'waz') echo ' checked'?>>
@@ -217,4 +217,4 @@ function write_waz_timeline($timeline_array, $custom_date_format, $bandselect, $ '; } echo '
Current Streak (Continues days with QSOs)Current streak (continuous days with QSOs)Begin dateEnd date
'; -} \ No newline at end of file +}