From 390a9e5e06676545048a0b09a6c770f16781e3f1 Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 5 Mar 2020 14:58:41 +0100 Subject: [PATCH] Retain selected checkboxes so that you know what you filtered --- application/views/awards/dxcc/index.php | 34 +++++++++++++------------ 1 file changed, 18 insertions(+), 16 deletions(-) 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 @@