From 44a6399086e394d583a8e8d2f410d3aba244b56d Mon Sep 17 00:00:00 2001 From: llj Date: Thu, 16 Nov 2017 15:45:44 +0800 Subject: [PATCH] [form] improved accessibility for form elements --- seahub/templates/js/lib-op-popups.html | 2 +- seahub/templates/js/sysadmin-templates.html | 6 +++--- seahub/templates/js/templates.html | 12 ++++++------ seahub/templates/libraries.html | 2 +- seahub/templates/registration/login.html | 4 ++-- seahub/templates/snippets/file_share_popup.html | 2 +- seahub/templates/snippets/search_form.html | 8 ++++---- seahub/templates/view_file_base.html | 2 +- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/seahub/templates/js/lib-op-popups.html b/seahub/templates/js/lib-op-popups.html index af22ce8ce7..c47675683f 100644 --- a/seahub/templates/js/lib-op-popups.html +++ b/seahub/templates/js/lib-op-popups.html @@ -105,7 +105,7 @@

{% trans "This library is password protected" %}

-
+

{% trans '*The password will be kept in the server for only 1 hour.' %}

diff --git a/seahub/templates/js/sysadmin-templates.html b/seahub/templates/js/sysadmin-templates.html index 9b4f74f68c..1a10cafcb9 100644 --- a/seahub/templates/js/sysadmin-templates.html +++ b/seahub/templates/js/sysadmin-templates.html @@ -105,18 +105,18 @@ <% if (cur_tab == 'libraries') { %> <% if (option == 'all') { %>
- +
<% } %> <% if (option == 'trash') { %>
- +
<% } %> <% } %> <% if (cur_tab == 'groups') { %>
- +
<% } %> diff --git a/seahub/templates/js/templates.html b/seahub/templates/js/templates.html index dd81d99552..276071388d 100644 --- a/seahub/templates/js/templates.html +++ b/seahub/templates/js/templates.html @@ -1064,7 +1064,7 @@