mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
Overhaul account pages to match archweb
* Use CSS from archweb * General clean-up of XHTML formatting Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
1b0b989fa1
commit
13b892e923
2 changed files with 34 additions and 36 deletions
|
@ -12,9 +12,8 @@ html_header(__('Accounts'));
|
|||
|
||||
# Main page processing here
|
||||
#
|
||||
echo "<div class=\"pgbox\">\n";
|
||||
echo "<div class=\"box\">\n";
|
||||
echo " <h2>".__("Accounts")."</h2>\n";
|
||||
echo " <div class=\"pgboxbody\">\n";
|
||||
|
||||
$action = in_request("Action");
|
||||
|
||||
|
@ -158,7 +157,6 @@ if (isset($_COOKIE["AURSID"])) {
|
|||
}
|
||||
}
|
||||
|
||||
echo " </div>";
|
||||
echo "</div>";
|
||||
|
||||
html_footer(AUR_VERSION);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue