mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
passreset.php: Overhaul to match archweb
* Switch to CSS used by archweb * General fixups in XHTML Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
be0cf7f41f
commit
2d53cdd4d5
1 changed files with 42 additions and 45 deletions
|
@ -84,14 +84,12 @@ html_header(__("Password Reset"));
|
|||
|
||||
?>
|
||||
|
||||
<div class="pgbox">
|
||||
<div class="box">
|
||||
<h2><?php print __("Password Reset"); ?></h2>
|
||||
<div class="pgboxbody">
|
||||
<?php
|
||||
if ($error) {
|
||||
echo '<p><span class="error">'.$error.'</span></p>';
|
||||
}
|
||||
?>
|
||||
|
||||
<?php if ($error): ?>
|
||||
<p><span class="error"><?php echo $error ?></span></p>
|
||||
<?php endif;?>
|
||||
<?php
|
||||
if ($step == 'confirm') {
|
||||
echo __('Check your e-mail for the confirmation link.');
|
||||
|
@ -130,7 +128,6 @@ html_header(__("Password Reset"));
|
|||
</form>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue