Merge branch 'pdo-experimental' of cac2s/tt-rss into master
This commit is contained in:
commit
762ff9b9cd
|
@ -91,11 +91,12 @@ function bwLimitChange(elem) {
|
||||||
dojoType="dijit.form.TextBox"
|
dojoType="dijit.form.TextBox"
|
||||||
class="input input-text"
|
class="input input-text"
|
||||||
value="<?php echo $_SESSION["fake_password"] ?>"/>
|
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>
|
</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>
|
<fieldset>
|
||||||
<label><?php echo __("Profile:") ?></label>
|
<label><?php echo __("Profile:") ?></label>
|
||||||
|
|
Loading…
Reference in New Issue