From 9fb37a2990b250d4416bb8cb7d00c477869a0fa5 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 29 Sep 2017 19:25:32 +0200 Subject: [PATCH] Add proper labels to various form elements and buttons Signed-off-by: Jan-Christoph Borchardt --- apps/files/js/detailsview.js | 2 +- apps/files/templates/list.php | 4 +++- core/templates/layout.user.php | 10 ++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/apps/files/js/detailsview.js b/apps/files/js/detailsview.js index e53922ebb6..a896e84fdc 100644 --- a/apps/files/js/detailsview.js +++ b/apps/files/js/detailsview.js @@ -23,7 +23,7 @@ ' {{/if}}' + '
' + '
' + - ' '; + ' {{closeLabel}}'; /** * @class OCA.Files.DetailsView diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index f3b6759644..46bd9351e3 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -4,7 +4,9 @@
- +
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 98cd8d6c28..16454b4f45 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -104,7 +104,7 @@ - +
@@ -142,10 +142,12 @@