diff --git a/cps/templates/admin.html b/cps/templates/admin.html index 7348fe97..7a32cc5c 100644 --- a/cps/templates/admin.html +++ b/cps/templates/admin.html @@ -42,9 +42,8 @@ {% endif %} {% endfor %} - {% endif %} -
{{_('Edit Users')}}
-
{{_('Add New User')}}
+ {{_('Edit Users')}} + {{_('Add New User')}} {% if (config.config_login_type == 1) %}
{{_('Import LDAP Users')}}
{% endif %} @@ -78,7 +77,7 @@ {% endif %} -
{{_('Edit E-mail Server Settings')}}
+ {{_('Edit E-mail Server Settings')}} @@ -137,15 +136,15 @@ {% endif %} -
{{_('Edit Basic Configuration')}}
-
{{_('Edit UI Configuration')}}
+ {{_('Edit Basic Configuration')}} + {{_('Edit UI Configuration')}}

{{_('Administration')}}

-
{{_('Download Debug Package')}}
-
{{_('View Logs')}}
+ {{_('Download Debug Package')}} + {{_('View Logs')}}
{{_('Reconnect Calibre Database')}}
diff --git a/cps/templates/logviewer.html b/cps/templates/logviewer.html index 9827d15e..db27bdf4 100644 --- a/cps/templates/logviewer.html +++ b/cps/templates/logviewer.html @@ -15,10 +15,10 @@
{% if log_enable %} - + {{_('Download Calibre-Web Log')}} {% endif %} {% if accesslog_enable %} - + {{_('Download Access Log')}} {% endif %}
diff --git a/cps/templates/user_edit.html b/cps/templates/user_edit.html index 5cdf01bb..e2b184fc 100644 --- a/cps/templates/user_edit.html +++ b/cps/templates/user_edit.html @@ -16,7 +16,7 @@
{% if ( g.user and g.user.role_passwd() or g.user.role_admin() ) and not content.role_anonymous() %} {% if g.user and g.user.role_admin() and not new_user and not profile and ( mail_configured and content.email if content.email != None ) %} -
{{_('Reset user Password')}}
+ {{_('Reset user Password')}} {% endif %}
@@ -52,9 +52,9 @@
{% if id not in oauth_status %} -
{{_('Link')}}
+ {{_('Link')}} {% else %} -
{{_('Unlink')}}
+ {{_('Unlink')}} {% endif %} {% endfor %}