summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-08-02 06:28:58 +0200
committerpjmattal <pjmattal>2005-08-02 06:28:58 +0200
commita4d583179c29cd03389bd6e3e4f89fae375bf5d4 (patch)
treef229a4156004050e8a37f6d5fccf5818af7d9d61
parentd9a2a5ea9978911f5a9ad051c19b3844ad2621b0 (diff)
downloadaur-a4d583179c29cd03389bd6e3e4f89fae375bf5d4.tar.gz
aur-a4d583179c29cd03389bd6e3e4f89fae375bf5d4.tar.xz
moved bugs and discussion links to the main menubar
closes bug #3023
-rw-r--r--web/html/index.php4
-rw-r--r--web/lang/en/aur_po.inc4
-rw-r--r--web/lib/aur.inc4
3 files changed, 10 insertions, 2 deletions
diff --git a/web/html/index.php b/web/html/index.php
index d23ee351..84dcfd95 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -83,8 +83,8 @@ print "<td class='boxSoft' valign='top'>";
print "<p>".__("Welcome to the AUR! Please read the %hAUR User Guidelines%h and %hAUR TU Guidelines%h for more information.", array('<a href="http://wiki.archlinux.org/index.php/New_AUR_user_guidelines">', '</a>', '<a href="http://wiki.archlinux.org/index.php/New_AUR_TU_guidelines">', '</a>'))."<br>";
print __("Contributed PKGBUILDs <b>must</b> conform to the %hArch Packaging Standards%h otherwise they will be deleted!", array('<a href="http://wiki.archlinux.org/index.php/Arch_Packaging_Standards">', '</a>'))."</p>";
-print "<p>".__("If you have feedback about the AUR, please leave it in %hFlyspray%h.", array('<a href="http://bugs.archlinux.org/index.php?tasks=all&amp;project=2">', '</a>'))."<br>";
-print __("Email discussion about the AUR takes place on the %sTUR Users List%s.", array('<a href="http://www.archlinux.org/mailman/listinfo/tur-users">', '</a>'))."</p>";
+#print "<p>".__("If you have feedback about the AUR, please leave it in %hFlyspray%h.", array('<a href="http://bugs.archlinux.org/index.php?tasks=all&amp;project=2">', '</a>'))."<br>";
+#print __("Email discussion about the AUR takes place on the %sTUR Users List%s.", array('<a href="http://www.archlinux.org/mailman/listinfo/tur-users">', '</a>'))."</p>";
print "<p>".__("Remember to vote for your favourite packages!")."<br>";
print __("The most popular packages will be provided as binary packages in [community].")."</p>";
#print "<p>".__("Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience.", array('<a href="http://wiki2.archlinux.org/index.php/Unofficial%20Repositories">', '</a>'))."</p>";
diff --git a/web/lang/en/aur_po.inc b/web/lang/en/aur_po.inc
index d71bc877..00b1bb03 100644
--- a/web/lang/en/aur_po.inc
+++ b/web/lang/en/aur_po.inc
@@ -23,4 +23,8 @@ $_t["en"]["Logout"] = "Logout";
$_t["en"]["%s: %sAn ArchLinux project%s"] = "%s: %sAn ArchLinux project%s";
+$_t["en"]["Discussion"] = "Discussion";
+
+$_t["en"]["Bugs"] = "Bugs";
+
?> \ No newline at end of file
diff --git a/web/lib/aur.inc b/web/lib/aur.inc
index 52daeca8..3df11298 100644
--- a/web/lib/aur.inc
+++ b/web/lib/aur.inc
@@ -421,6 +421,10 @@ function html_header() {
print " <span class='black'> - </span> ";
print " <a href='/logout.php'>".__("Logout")."</a> ";
}
+ print " <span class='black'> - </span> ";
+ print " <a href='http://bugs.archlinux.org/index.php?tasks=all&project=2'>".__("Bugs")."</a> ";
+ print " <span class='black'> - </span> ";
+ print " <a href='http://www.archlinux.org/mailman/listinfo/tur-users'>".__("Discussion")."</a> ";
print " <span class='black'>:.</span></span>";
print " </td>";
print " </tr>";