From 9616562a76dfdac4e8f03254bf074e90d5b25435 Mon Sep 17 00:00:00 2001 From: Virgil Grigoras Date: Sun, 9 Sep 2018 14:18:56 +0200 Subject: [PATCH] Revert change from #10478594240d17f2bd73cda597439ade665a1e5c (move general information back to configuration block) --- cps/templates/admin.html | 77 +++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 41 deletions(-) diff --git a/cps/templates/admin.html b/cps/templates/admin.html index c0b103b2..20e5ec29 100644 --- a/cps/templates/admin.html +++ b/cps/templates/admin.html @@ -1,47 +1,6 @@ {% extends "layout.html" %} {% block body %}
-
-
-

{{_('Overview')}}

-
-
-
{{_('Calibre DB dir')}}
-
{{config.config_calibre_dir}}
-
-
-
{{_('Log level')}}
-
{{config.get_Log_Level()}}
-
-
-
{{_('Port')}}
-
{{config.config_port}}
-
-
-
-
-
{{_('Books per page')}}
-
{{config.config_books_per_page}}
-
-
-
{{_('Uploading')}}
-
{% if config.config_uploading %}{% else %}{% endif %}
-
-
-
{{_('Anonymous browsing')}}
-
{% if config.config_anonbrowse %}{% else %}{% endif %}
-
-
-
{{_('Public registration')}}
-
{% if config.config_public_reg %}{% else %}{% endif %}
-
-
-
{{_('Remote login')}}
-
{% if config.config_remote_login %}{% else %}{% endif %}
-
-
-
-

{{_('User list')}}

@@ -101,6 +60,42 @@

{{_('Configuration')}}

+
+
+
{{_('Calibre DB dir')}}
+
{{config.config_calibre_dir}}
+
+
+
{{_('Log level')}}
+
{{config.get_Log_Level()}}
+
+
+
{{_('Port')}}
+
{{config.config_port}}
+
+
+
+
+
{{_('Books per page')}}
+
{{config.config_books_per_page}}
+
+
+
{{_('Uploading')}}
+
{% if config.config_uploading %}{% else %}{% endif %}
+
+
+
{{_('Anonymous browsing')}}
+
{% if config.config_anonbrowse %}{% else %}{% endif %}
+
+
+
{{_('Public registration')}}
+
{% if config.config_public_reg %}{% else %}{% endif %}
+
+
+
{{_('Remote login')}}
+
{% if config.config_remote_login %}{% else %}{% endif %}
+
+