From 170e8852514eb827cf9f99758a1c5ffe36e7d0b3 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Wed, 29 Jan 2025 16:05:56 +0200 Subject: [PATCH] Small final fixes to components and participants pages --- app/pages/components.php | 2 +- app/pages/participants.php | 2 +- app/templates/components.php | 2 +- app/templates/participants.php | 5 ++--- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/pages/components.php b/app/pages/components.php index 72bc34b..64d3edd 100644 --- a/app/pages/components.php +++ b/app/pages/components.php @@ -45,7 +45,7 @@ if ($response['db'] === null) { } // pagination variables - $items_per_page = 15; + $items_per_page = 20; $offset = ($currentPage -1) * $items_per_page; // jitsi component events list diff --git a/app/pages/participants.php b/app/pages/participants.php index ef042a1..f505e2c 100644 --- a/app/pages/participants.php +++ b/app/pages/participants.php @@ -72,7 +72,7 @@ if ($response['db'] === null) { $participantObject = new Participant($db); // pagination variables - $items_per_page = 15; + $items_per_page = 20; $offset = ($currentPage -1) * $items_per_page; // search and list specific participant ID diff --git a/app/templates/components.php b/app/templates/components.php index b213fa4..e1b61f1 100644 --- a/app/templates/components.php +++ b/app/templates/components.php @@ -80,7 +80,7 @@ - + diff --git a/app/templates/participants.php b/app/templates/participants.php index 7187024..24bee31 100644 --- a/app/templates/participants.php +++ b/app/templates/participants.php @@ -100,9 +100,8 @@ - + } elseif ($key === 'time' || $key === 'start' || $key === 'end') { ?> +