From c7e14bbb363c8c5ea38ca31eb6cbcef7e99e56a3 Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Tue, 31 Dec 2024 21:53:59 -0500 Subject: [PATCH] views: eqslcard: add ability to navigate between eqsl cards Adds the ability to navigate between eQSL cards in the eQSL manager screen. This makes the page consistent with the rest of the application like the logbook and eQSL download page. Fixes: https://github.com/wavelog/wavelog/issues/1417 Signed-off-by: Ethan Carter Edwards --- application/views/eqslcard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/eqslcard/index.php b/application/views/eqslcard/index.php index 38977ac46..495001f22 100644 --- a/application/views/eqslcard/index.php +++ b/application/views/eqslcard/index.php @@ -57,7 +57,7 @@ echo ''; if ($qsl->COL_EQSL_QSLRDATE) { $timestamp = strtotime($qsl->COL_EQSL_QSLRDATE); echo date($custom_date_format, $timestamp); } echo ''; - echo ''; + echo 'COL_PRIMARY_KEY).'\' data-fancybox=\'images\' data-width=\'528\' data-height=\'336\' class=\'btn btn-sm btn-success\'>' . __("View") . ''; echo ''; }