Alexander Nicolaysen Sørnes : Rename ' Vendors' menu link to 'Browse by Developer'

Chris Morgan cmorgan at winehq.org
Sun Jun 15 10:45:24 CDT 2008


Module: appdb
Branch: master
Commit: fc379cb4a1674456194ca4a4047c65ba9876aaf6
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=fc379cb4a1674456194ca4a4047c65ba9876aaf6

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Sun Jun 15 15:24:49 2008 +0200

Rename 'Vendors' menu link to 'Browse by Developer'

---

 include/sidebar.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/sidebar.php b/include/sidebar.php
index 11cede2..49236ff 100644
--- a/include/sidebar.php
+++ b/include/sidebar.php
@@ -23,13 +23,13 @@ function global_sidebar_menu()
     $g->add("Screenshots", BASE."objectManager.php?sClass=screenshot&amp;sTitle=View+Screenshots");
     $g->add("Browse Apps", BASE."objectManager.php?sClass=application&amp;".
             'sTitle=Browse%20Applications&amp;sOrderBy=appName&amp;bAscending=true');
+    $g->add('Browse by Developer', BASE.'objectManager.php?sClass=vendor&amp;sTitle=Browse%20by%20Developer');
     $g->add("Top 25", BASE."votestats.php");
     $g->add("Submit Application", BASE."objectManager.php?sClass=application_queue&amp;".
             "sTitle=Submit+Application&amp;sAction=add");
     $g->add("Help &amp; Documentation", BASE."help/");
     $g->add("Statistics", BASE."appdbStats.php");
     $g->add('Distributions ('.distribution::objectGetEntriesCount('accepted').')', BASE.'objectManager.php?sClass=distribution&amp;sTitle=View%20Distributions');
-    $g->add('Vendors ('.vendor::objectGetEntriesCount('accepted').')', BASE.'objectManager.php?sClass=vendor&amp;sTitle=View%20Vendors');
     $g->add("Email your suggestions for improving the AppDB", "mailto:appdb at winehq.org");
     $g->done();
 




More information about the wine-cvs mailing list