Add box around link share password box, fix #5560

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-06-29 16:35:39 +02:00 committed by John Molakvoæ (skjnldsv)
parent db3289bc94
commit 3ea819e261
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 1 additions and 1 deletions

View File

@ -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; ?>