From 4af220d09e70b63195da2cb90f7556461cf29157 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 7 Oct 2013 17:38:27 +0200 Subject: Fix password screen for public shares MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Works in IE8, 9, 10, Firefox 24 and Chromium 30 * Credits to Julian Müller @Julian1998 --- apps/files_sharing/templates/authenticate.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'apps/files_sharing/templates') diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php index 2c89b5df3f6..6b98e6c9f34 100644 --- a/apps/files_sharing/templates/authenticate.php +++ b/apps/files_sharing/templates/authenticate.php @@ -1,12 +1,15 @@
+ +
t('This share is password-protected')); ?>
+ -
t('The password is wrong. Try again.')); ?>
+
t('The password is wrong. Try again.')); ?>

- +

-- cgit v1.2.3