Skip to content

Commit

Permalink
Add box around link share password box, fix #5560
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt authored and skjnldsv committed Sep 17, 2017
1 parent db3289b commit 3ea819e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/templates/authenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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; ?>
Expand Down

0 comments on commit 3ea819e

Please sign in to comment.