diff --git a/application/views/awards/dxcc/index.php b/application/views/awards/dxcc/index.php index eadf2616..07e2fe26 100644 --- a/application/views/awards/dxcc/index.php +++ b/application/views/awards/dxcc/index.php @@ -10,10 +10,10 @@
-
Deleted dxcc
+
Deleted DXCC
- + input->post('includedeleted') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
@@ -24,15 +24,15 @@
Worked / confirmed
- + input->post('worked') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
- + input->post('confirmed') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
- + input->post('notworked') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
@@ -42,11 +42,11 @@
QSL / LoTW
- + input->post('qsl') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
- + input->post('lotw') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
@@ -56,31 +56,31 @@
Continents
- + input->post('Antarctica') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
- + input->post('Africa') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
- + input->post('Asia') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
- + input->post('Europe') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
- + input->post('NorthAmerica') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
- + input->post('SouthAmerica') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
- + input->post('Oceania') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
@@ -91,9 +91,11 @@