From a1ad23920ad8ea2f70806e7c2693a62704125ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Henke?= Date: Thu, 3 Oct 2024 10:03:26 +0200 Subject: [PATCH] repaired datatables extension --- .classpath | 7 ------- build.gradle | 11 +++++++---- src/main/resources/static/css/style.css | 2 +- src/main/resources/templates/template.html | 19 +++++++++++-------- 4 files changed, 19 insertions(+), 20 deletions(-) diff --git a/.classpath b/.classpath index 607b789..f3bdce0 100644 --- a/.classpath +++ b/.classpath @@ -12,13 +12,6 @@ - - - - - - - diff --git a/build.gradle b/build.gradle index 75aeee9..36bdd43 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.3.2' + id 'org.springframework.boot' version '3.3.4' id "io.spring.dependency-management" version "1.1.6" id 'war' id 'eclipse' @@ -8,7 +8,7 @@ plugins { } group = 'de.jottyfan.bico' -version = '0.1.3' +version = '0.1.4' description = """BibleClassOrganizer""" @@ -49,7 +49,7 @@ war { dependencies { implementation 'de.jottyfan:bicolib:4' - implementation 'org.mnode.ical4j:ical4j:4.0.3' + implementation 'org.mnode.ical4j:ical4j:4.0.4' implementation 'org.springframework.boot:spring-boot-starter-jooq' implementation 'org.springframework.boot:spring-boot-starter-oauth2-client' @@ -63,7 +63,10 @@ dependencies { implementation 'org.webjars:bootstrap:5.3.3' implementation 'org.webjars.npm:bootstrap-icons:1.11.3' implementation 'org.webjars:jquery:3.7.1' - implementation 'org.webjars:datatables:2.1.0' + implementation 'org.webjars.npm:datatables.net:2.1.7' + implementation 'org.webjars.npm:datatables.net-buttons:3.1.1' + implementation 'org.webjars.npm:datatables.net-responsive:3.0.1' + implementation 'org.webjars.npm:datatables.net-bs5:2.1.7' implementation 'org.springframework.boot:spring-boot-devtools' diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index 3e29c32..ce1c47c 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -28,7 +28,7 @@ body { } .rightaligned { - right: 5px; + right: 20px; position: absolute; } diff --git a/src/main/resources/templates/template.html b/src/main/resources/templates/template.html index 2766cd1..95a5ec6 100644 --- a/src/main/resources/templates/template.html +++ b/src/main/resources/templates/template.html @@ -4,14 +4,17 @@ Bible Class Organizer - - - - - - - - + + + + + + + + + + +