mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
added dsa's "My Packages" patch
This commit is contained in:
parent
c3380f4fd6
commit
ce505210fa
5 changed files with 21 additions and 0 deletions
|
@ -432,6 +432,12 @@ function html_header() {
|
|||
print " <span class='black'> - </span> ";
|
||||
print " <a href='http://www.archlinux.org/mailman/listinfo/tur-users'>".__("Discussion")."</a> ";
|
||||
if ($_COOKIE["AURSID"]) {
|
||||
# This is a usability change, so we can go to My Packages page
|
||||
# with just one click
|
||||
# Added by: dsa <dsandrade@gmail.com>
|
||||
print " <span class='black'> - </span> ";
|
||||
print " <a href='/packages.php?do_MyPackages=1'>".__("My Packages")."</a> ";
|
||||
|
||||
print " <span class='black'> - </span> ";
|
||||
print " <a href='/logout.php'>".__("Logout")."</a> ";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue