From c1ac68e2ae62b9867813ab2e9aeff43cf3ceed9f Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sat, 25 Sep 2021 14:01:17 +0200 Subject: [PATCH] Fix #2053 (Hovering on cover, now shows tooltip also in Caliblur! Theme) --- cps/templates/author.html | 4 ++-- cps/templates/discover.html | 4 ++-- cps/templates/grid.html | 4 ++-- cps/templates/index.html | 8 ++++---- cps/templates/search.html | 4 ++-- cps/templates/shelf.html | 4 ++-- cps/templates/shelf_order.html | 4 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/cps/templates/author.html b/cps/templates/author.html index b011bae8e..d82b2ebdf 100644 --- a/cps/templates/author.html +++ b/cps/templates/author.html @@ -36,8 +36,8 @@
- - + + {% if entry.id in read_book_ids %}{% endif %} diff --git a/cps/templates/discover.html b/cps/templates/discover.html index f6d8207d2..74448b980 100644 --- a/cps/templates/discover.html +++ b/cps/templates/discover.html @@ -8,8 +8,8 @@
{% if entry.has_cover is defined %} - - {{ entry.title }} + + {{ entry.title }} {% if entry.id in read_book_ids %}{% endif %} diff --git a/cps/templates/grid.html b/cps/templates/grid.html index 88421c06b..5de80caf8 100644 --- a/cps/templates/grid.html +++ b/cps/templates/grid.html @@ -27,8 +27,8 @@
- - {{ entry[0].name }} + + {{ entry[0].name }} {{entry.count}} diff --git a/cps/templates/index.html b/cps/templates/index.html index dabcd8dae..df2766384 100644 --- a/cps/templates/index.html +++ b/cps/templates/index.html @@ -8,8 +8,8 @@
- - {{ entry.title }} + + {{ entry.title }} {% if entry.id in read_book_ids %}{% endif %} @@ -85,8 +85,8 @@
- - {{ entry.title }} + + {{ entry.title }} {% if entry.id in read_book_ids %}{% endif %} diff --git a/cps/templates/search.html b/cps/templates/search.html index b63819be1..e88c29744 100644 --- a/cps/templates/search.html +++ b/cps/templates/search.html @@ -43,8 +43,8 @@
{% if entry.has_cover is defined %} - - {{ entry.title }} + + {{ entry.title }} {% if entry.id in read_book_ids %}{% endif %} diff --git a/cps/templates/shelf.html b/cps/templates/shelf.html index 7ee96f7d9..6e4369765 100644 --- a/cps/templates/shelf.html +++ b/cps/templates/shelf.html @@ -30,8 +30,8 @@
- - {{ entry.title }} + + {{ entry.title }} {% if entry.id in read_book_ids %}{% endif %} diff --git a/cps/templates/shelf_order.html b/cps/templates/shelf_order.html index fc53a69a1..a5f916294 100644 --- a/cps/templates/shelf_order.html +++ b/cps/templates/shelf_order.html @@ -9,9 +9,9 @@