From e5875fda385140698a76bddbad33b0a50350448c Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 17 Dec 2014 11:40:21 +0100 Subject: [PATCH] properly name form labels for the file selection --- apps/files/js/filelist.js | 1 + apps/files/templates/list.php | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index b4702ce4f2b..90d30507f48 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -710,6 +710,7 @@ '' ); } else { diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index a0138967cd2..81e9c3fc180 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -57,7 +57,9 @@
- + t( 'Name' )); ?> -- 2.39.5