From f4f50772102ba523eb6afe2ee9816bded0063c97 Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Mon, 31 Mar 2025 12:06:01 -0600 Subject: [PATCH] sync --- components/foot.php | 5 ++++- functions/admin_functions.php | 10 +++++----- js/clickable_rows.js | 15 +++++++++++++++ 3 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 js/clickable_rows.js diff --git a/components/foot.php b/components/foot.php index 98d0e19..f11d756 100644 --- a/components/foot.php +++ b/components/foot.php @@ -35,13 +35,16 @@ } if ($_SERVER['SCRIPT_NAME'] == '/admin.php') { + echo ' + + '; $args = get_args_from_url(); if (isset($args['view'])) { if ($args['view'] == 'users') { echo ' -'; + '; } } } diff --git a/functions/admin_functions.php b/functions/admin_functions.php index 2ca091d..bf8e577 100644 --- a/functions/admin_functions.php +++ b/functions/admin_functions.php @@ -49,7 +49,7 @@ function admin_article_view() - + @@ -67,8 +67,8 @@ function admin_article_view() foreach ($results as $key => $result) { $display .= ' - - + - +
SelectSelect Article ID Author Title
+
+