diff options
Diffstat (limited to 'apps/files_sharing/templates/authenticate.php')
-rw-r--r-- | apps/files_sharing/templates/authenticate.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php index 9695caebf18..6bce6857ac8 100644 --- a/apps/files_sharing/templates/authenticate.php +++ b/apps/files_sharing/templates/authenticate.php @@ -1,8 +1,8 @@ <form action="<?php echo $_['URL']; ?>" method="post"> <fieldset> - <p> + <p class="infield"> <label for="password" class="infield"><?php echo $l->t('Password'); ?></label> - <input type="password" name="password" id="password" value="" /> + <input type="password" name="password" id="password" value="" autofocus /> <input type="submit" value="<?php echo $l->t('Submit'); ?>" /> </p> </fieldset> |