From e49402649d829f569a75db05b740f9d17d3b70ad Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sat, 7 Dec 2024 19:13:28 +0100 Subject: [PATCH] Order of elements on the book editing page changed --- cps/templates/book_edit.html | 69 +++++++++++++++++------------------- 1 file changed, 33 insertions(+), 36 deletions(-) diff --git a/cps/templates/book_edit.html b/cps/templates/book_edit.html index 71d62ca4e..615b40c2e 100644 --- a/cps/templates/book_edit.html +++ b/cps/templates/book_edit.html @@ -78,27 +78,6 @@ - -
- - -
- -
- - - {% for identifier in book.identifiers %} - - - - - - {% endfor %} - -
{{_('Remove')}}
- {{_('Add Identifier')}} -
-
@@ -111,21 +90,6 @@
-
- - -
- {% if current_user.role_upload() and g.allow_upload %} -
- - -
-
- -
- -
- {% endif %}
@@ -142,6 +106,39 @@
+
+ + +
+
+ + +
+
+ + + {% for identifier in book.identifiers %} + + + + + + {% endfor %} + +
{{_('Remove')}}
+ {{_('Add Identifier')}} +
+ {% if current_user.role_upload() and g.allow_upload %} +
+ + +
+
+ +
+ +
+ {% endif %} {% if cc|length > 0 %} {% for c in cc %}