diff --git a/application/views/adif/import.php b/application/views/adif/import.php index ad7241979..6d55e66bd 100644 --- a/application/views/adif/import.php +++ b/application/views/adif/import.php @@ -56,9 +56,9 @@

B.

- +
- result() as $station) { ?> '.$contest['name'].''; + foreach ($contests as $contest) { + echo ''; } ?> - - - + + +
@@ -164,7 +164,7 @@

- result() as $station) { ?>
+ \ No newline at end of file diff --git a/application/views/eqsl/import.php b/application/views/eqsl/import.php index 0fc6bb3df..08bd6d058 100644 --- a/application/views/eqsl/import.php +++ b/application/views/eqsl/import.php @@ -1,67 +1,70 @@
-

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

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

' . __("Download Inbox") . ''); ?>

-

- -

- + + +
+

' . __("Download Inbox") . ''); ?>

+

+ +

+

-config->item('disable_manual_eqsl'))) { ?> -
- - -

-
-
-
- -
-
-
+ config->item('disable_manual_eqsl'))) { ?> +
+ + +

+
+
+
+ +
+
+
+
-
-
- +
+
- -
-
+ +
+
-
+
\ No newline at end of file diff --git a/assets/css/general.css b/assets/css/general.css index bb25edd6c..f6f1c24d1 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -9,6 +9,49 @@ body { } } +@media (max-width: 991px) { + + .h-lg-25 { + height: 25% !important; + } + + .h-lg-50 { + height: 50% !important; + } + + .h-lg-75 { + height: 75% !important; + } + + .h-lg-100 { + height: 100% !important; + } + + .h-lg-auto { + height: auto !important; + } + + .w-lg-25 { + width: 25% !important; + } + + .w-lg-50 { + width: 50% !important; + } + + .w-lg-75 { + width: 75% !important; + } + + .w-lg-100 { + width: 100% !important; + } + + .w-lg-auto { + width: auto !important; + } + +} /* ============ HEADER MENU ============ */ /* Adapted from https://bootstrap-menu.com/detail-multilevel.html */ /* ============ desktop view ============ */