From 753c6fd07bebcd7ca709aafb6b9358603318e441 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 29 Sep 2017 18:14:39 +0200 Subject: [PATCH 1/7] Add alt text to app icons in header Signed-off-by: Jan-Christoph Borchardt --- core/templates/layout.user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 6b9db9389ba..98cd8d6c281 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -55,7 +55,7 @@ tabindex="3" class="active"> + class="app-icon" alt="" /> From 9fb37a2990b250d4416bb8cb7d00c477869a0fa5 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 29 Sep 2017 19:25:32 +0200 Subject: [PATCH 2/7] 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 e53922ebb69..a896e84fdc0 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 f3b6759644c..46bd9351e39 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 98cd8d6c281..16454b4f45e 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -104,7 +104,7 @@ - +
@@ -142,10 +142,12 @@
From d3ae77590ac6c2f3f0738c40f8a8e00b1c261998 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 29 Sep 2017 19:30:59 +0200 Subject: [PATCH 3/7] Merge legacy app title h1 into Nextcloud h1, ref #5822 Signed-off-by: Jan-Christoph Borchardt --- core/templates/layout.user.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 16454b4f45e..68c167d7326 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -36,18 +36,11 @@ id="nextcloud" tabindex="1"> - -

- t('Apps')); ?> -

-
-
-