Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Pirritano <rpirritano@gmail.com>2017-12-30 01:54:46 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-01-11 14:37:47 +0300
commita82c8f58cceffd8808635d0501ca401e8d65a2ab (patch)
tree7666d3368862d164eee2fc698750bc6e67872eb3 /core/templates
parent2a24f45b5fc8786da607f2065f73fa7133b76d04 (diff)
made small changes to login screen
added height back 70px back to footer and removed .htaccess file Signed-off-by: Robert R Pirritano <rpirritano@gmail.com>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/login.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/templates/login.php b/core/templates/login.php
index d28c92e36ef..de991e08d97 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -51,17 +51,17 @@ script('core', 'merged-login');
<label for="password" class="infield"><?php p($l->t('Password')); ?></label>
</p>
- <?php if (!empty($_['invalidpassword'])) { ?>
- <p class="warning">
- <?php p($l->t('Wrong password.')); ?>
- </p>
- <?php } ?>
-
<div id="submit-wrapper">
<input type="submit" id="submit" class="login primary" title="" value="<?php p($l->t('Log in')); ?>" disabled="disabled" />
<div class="submit-icon icon-confirm-white"></div>
</div>
+ <?php if (!empty($_['invalidpassword'])) { ?>
+ <p class="warning wrongPasswordMsg">
+ <?php p($l->t('Wrong password.')); ?>
+ </p>
+ <?php } ?>
+
<?php if (!empty($_['canResetPassword'])) { ?>
<div id="reset-password-wrapper" style="display: none;">
<input type="submit" id="reset-password-submit" class="login primary" title="" value="<?php p($l->t('Reset password')); ?>" disabled="disabled" />