From 1b7e1b0ae10fcdb572cad035cf58c4d3b9f5ae4d Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Mon, 16 Oct 2023 12:30:48 +0200 Subject: [PATCH] Hotfixes 16.10. --- Classes/Controller/UriController.php | 2 +- Resources/Private/Layouts/KitodoPage.html | 2 +- Resources/Private/Partials/PageView.html | 17 ++++++----------- .../Plugins/Kitodo/Templates/PageView/Main.html | 5 ++--- Resources/Public/Css/annotationStyles.css | 2 +- 5 files changed, 11 insertions(+), 17 deletions(-) diff --git a/Classes/Controller/UriController.php b/Classes/Controller/UriController.php index 337d2ac42..97645ecff 100644 --- a/Classes/Controller/UriController.php +++ b/Classes/Controller/UriController.php @@ -48,7 +48,7 @@ public function mainAction() { // Load current document. - $this->loadDocument($this->requestData); + $this->loadDocument(); if ($this->document === null) { return; diff --git a/Resources/Private/Layouts/KitodoPage.html b/Resources/Private/Layouts/KitodoPage.html index ba19a1b66..b0bc4a981 100644 --- a/Resources/Private/Layouts/KitodoPage.html +++ b/Resources/Private/Layouts/KitodoPage.html @@ -18,7 +18,7 @@ - + diff --git a/Resources/Private/Partials/PageView.html b/Resources/Private/Partials/PageView.html index b0363824b..e34e3379e 100644 --- a/Resources/Private/Partials/PageView.html +++ b/Resources/Private/Partials/PageView.html @@ -42,19 +42,14 @@

+ +
+
+
+
+
- - -
-
-
- -
-
-
-
-
diff --git a/Resources/Private/Plugins/Kitodo/Templates/PageView/Main.html b/Resources/Private/Plugins/Kitodo/Templates/PageView/Main.html index fd46db74d..183fdf2bd 100644 --- a/Resources/Private/Plugins/Kitodo/Templates/PageView/Main.html +++ b/Resources/Private/Plugins/Kitodo/Templates/PageView/Main.html @@ -12,7 +12,7 @@ - +
@@ -102,8 +102,7 @@
-
-
+
diff --git a/Resources/Public/Css/annotationStyles.css b/Resources/Public/Css/annotationStyles.css index f997dc27f..4e0c13541 100644 --- a/Resources/Public/Css/annotationStyles.css +++ b/Resources/Public/Css/annotationStyles.css @@ -40,7 +40,7 @@ } .document-view { - right: 25%; +/* right: 25%; */ } .annotation-list-item details.hover {