diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-06-29 16:35:39 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-17 21:02:48 +0200 |
commit | 3ea819e261c4cf17e3a5610c81ef2ad6c89c2da6 (patch) | |
tree | 67b5da49fcd8397f5eaf41335f9f2aa71577e927 /apps/files_sharing/templates | |
parent | db3289bc944e1d71e118855549bcca996d7be0eb (diff) | |
download | nextcloud-server-3ea819e261c4cf17e3a5610c81ef2ad6c89c2da6.tar.gz nextcloud-server-3ea819e261c4cf17e3a5610c81ef2ad6c89c2da6.zip |
Add box around link share password box, fix #5560
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/authenticate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php index fbc1d72a333..d9f19bbb579 100644 --- a/apps/files_sharing/templates/authenticate.php +++ b/apps/files_sharing/templates/authenticate.php @@ -5,7 +5,7 @@ script('files_sharing', 'authenticate'); ?> <form method="post"> - <fieldset> + <fieldset class="warning"> <?php if (!isset($_['wrongpw'])): ?> <div class="warning-info"><?php p($l->t('This share is password-protected')); ?></div> <?php endif; ?> |