fix position for "forgotpass" link

This commit is contained in:
cac2s 2019-11-13 10:52:25 +02:00
parent 5bb8dad631
commit 6b47f5a6d1
1 changed files with 5 additions and 4 deletions

View File

@ -91,11 +91,12 @@ function bwLimitChange(elem) {
dojoType="dijit.form.TextBox"
class="input input-text"
value="<?php echo $_SESSION["fake_password"] ?>"/>
<?php if (strpos(PLUGINS, "auth_internal") !== FALSE) { ?>
<a href="public.php?op=forgotpass"><?php echo __("I forgot my password") ?></a>
<?php } ?>
</fieldset>
<?php if (strpos(PLUGINS, "auth_internal") !== FALSE) { ?>
<fieldset class="align-right">
<a href="public.php?op=forgotpass"><?php echo __("I forgot my password") ?></a>
</fieldset>
<?php } ?>
<fieldset>
<label><?php echo __("Profile:") ?></label>