From a741f8c4d15109c9351f45989870c648c79751d2 Mon Sep 17 00:00:00 2001 From: Andreas Date: Tue, 29 Sep 2020 13:19:50 +0200 Subject: [PATCH] Tweaked the edit qso layout a little bit to make better use of space. That means 2 columns side by side, instead of one big one. --- application/views/qso/edit_ajax.php | 97 +++++++++++++++-------------- 1 file changed, 51 insertions(+), 46 deletions(-) diff --git a/application/views/qso/edit_ajax.php b/application/views/qso/edit_ajax.php index 407b82fb..b4679384 100644 --- a/application/views/qso/edit_ajax.php +++ b/application/views/qso/edit_ajax.php @@ -55,18 +55,19 @@ - -
+
+
COL_FREQ) { ?> -
+
+
@@ -158,14 +159,16 @@
-
- - -
+
+
+ + +
-
- - +
+ + +
@@ -173,47 +176,49 @@
-
- - -
+
+
+ + +
- + -
- - - adif; - if ($qso->COL_DXCC == $d->adif) { - echo " selected=\"selected\""; + adif; + if ($qso->COL_DXCC == $d->adif) { + echo " selected=\"selected\""; + } + echo '>' . $d->prefix . ' - ' . $d->name . ''; } - echo '>' . $d->prefix . ' - ' . $d->name . ''; - } - ?> + ?> - + +