From 823c44bfc102e46291431857f0b16db2dabe727e Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sat, 25 Nov 2023 11:12:21 +0100 Subject: [PATCH] fixed lotw import style --- application/views/lotw/import.php | 99 +++++++++++++++---------------- 1 file changed, 47 insertions(+), 52 deletions(-) diff --git a/application/views/lotw/import.php b/application/views/lotw/import.php index 780f450e..c1cab83e 100644 --- a/application/views/lotw/import.php +++ b/application/views/lotw/import.php @@ -2,67 +2,62 @@

-

-
-
-
+
+
+
- load->view('layout/messages'); ?> + load->view('layout/messages'); ?> - + -
- - +
+ + +

+

+

-

-

- - -
- - + +


- -

- -
- - -
- -

:

-
-
- +
+
+ + +

+

:

+
+
+ +
-
-
-
-
- - result() as $call) { - $options[$call->callsign] = $call->callsign; - } - ksort($options); - array_unshift($options, 'All'); - echo form_dropdown('callsign', $options, 'All'); - ?> -
-
-
+
+
+
+ + result() as $call) { + $options[$call->callsign] = $call->callsign; + } + ksort($options); + array_unshift($options, 'All'); + echo form_dropdown('callsign', $options, 'All'); + ?> +
+
+
-

+

+
+ + + + +
- - - -
-
- -
+
\ No newline at end of file