mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
login_form: Change 'Forgot Password' to translatable string.
Also change layout and styling. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
6ef9d27a5b
commit
e936dc9770
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<div id="login_bar">
|
||||
<div id="login_bar" class="pgbox">
|
||||
<?php
|
||||
if (isset($_COOKIE["AURSID"])) {
|
||||
print __("Logged-in as: %s", '<b>' . username_from_sid($_COOKIE["AURSID"]) . '</b>');
|
||||
|
@ -23,8 +23,8 @@ else {
|
|||
<input type="password" name="passwd" size="30" maxlength="<?php print PASSWD_MAX_LEN; ?>" />
|
||||
<input type="checkbox" name="remember_me" /><?php print __("Remember me"); ?>
|
||||
<input type="submit" class="button" value="<?php print __("Login"); ?>" />
|
||||
<a href="passreset.php">[<?php echo __('Forgot Password') ?>]</a>
|
||||
</div>
|
||||
</form>
|
||||
<a href="passreset.php">[Forgot Password]</a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue