summaryrefslogtreecommitdiffstats
path: root/web/html/account.php
diff options
context:
space:
mode:
authorcanyonknight <canyonknight@gmail.com>2012-05-23 13:52:19 -0400
committerLukas Fleischer <archlinux@cryptocrack.de>2012-07-06 11:26:30 +0200
commit13b892e923b09e1f26d752b1e96a7fdf295a6a56 (patch)
treecc05b522936436161fd37e5bc615c54b2a4a9e3c /web/html/account.php
parent1b0b989fa17becd00fd52d52c48cfa20997bb1e8 (diff)
downloadaurweb-13b892e923b09e1f26d752b1e96a7fdf295a6a56.tar.xz
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>
Diffstat (limited to 'web/html/account.php')
-rw-r--r--web/html/account.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/web/html/account.php b/web/html/account.php
index 5c793be..63c3ada 100644
--- a/web/html/account.php
+++ b/web/html/account.php
@@ -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);