From 82b4e60bebc022b30e51b0bd21f383aac9624dd5 Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 15 Aug 2023 22:23:11 +0200 Subject: [PATCH] Tables in QSO upload and eQSL view should use differnent classes Also adds clear button to eQSL view table --- application/controllers/Eqsl.php | 2 +- application/views/interface_assets/footer.php | 21 +++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/application/controllers/Eqsl.php b/application/controllers/Eqsl.php index e0458ca9..8bb72380 100644 --- a/application/controllers/Eqsl.php +++ b/application/controllers/Eqsl.php @@ -463,7 +463,7 @@ class eqsl extends CI_Controller { } function writeEqslNotSent($qslsnotsent, $custom_date_format) { - $table = ''; + $table = '
'; $table .= ""; $table .= ""; $table .= ""; diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index 4c04751b..e768b2b5 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -2196,7 +2196,17 @@ $(document).ready(function(){
DateTime