From da52e0f7bf7b33581307a102587ec82d03490dc9 Mon Sep 17 00:00:00 2001 From: Brian Huisman Date: Thu, 14 Sep 2023 10:33:59 -0400 Subject: [PATCH] Add header image and link Add a nice Orcinus header image with a link to https://greywyvern.com/orcinus/ Eventually this might link to online documentation or something? Move the show-page-titles checkbox from being created by javascript to actually being in the HTML. Unnecessary JS complexity removed. Add a popper tooltip --- orcinus/admin.php | 8 +++-- orcinus/css/admin.css | 11 ++++++ orcinus/img/header/001.png | Bin 0 -> 23188 bytes orcinus/js/admin.js | 68 +++++++++++++++++-------------------- 4 files changed, 49 insertions(+), 38 deletions(-) create mode 100644 orcinus/img/header/001.png diff --git a/orcinus/admin.php b/orcinus/admin.php index ae64adb..d4a28f3 100644 --- a/orcinus/admin.php +++ b/orcinus/admin.php @@ -1312,7 +1312,8 @@ if (!$_SESSION['admin_username']) {