1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

Added ability to sort category list page by number of requests

Added ability to sort mirror sites randomly (as now) by ID or by name
Fixed alignment bug in admin options page
This commit is contained in:
bugrain
2009-01-14 22:53:38 +00:00
parent 3dffac201e
commit fd07a347e3
4 changed files with 57 additions and 18 deletions

View File

@@ -4,8 +4,8 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/languages/English/lan_download_admin.php,v $
| $Revision: 1.2 $
| $Date: 2009-01-13 00:46:23 $
| $Revision: 1.3 $
| $Date: 2009-01-14 22:53:38 $
| $Author: bugrain $
+----------------------------------------------------------------------------+
*/
@@ -146,4 +146,9 @@ define("DOWLAN_157", "use random mirror - no user choice");
define("DOWLAN_158", "Show sub-sub-categories on main download page");
define("DOWLAN_159", "Include sub-sub-category counts in subcategory counts");
define("DOWLAN_160", "Mirror list order");
define("DOWLAN_161", "Random");
define("DOWLAN_162", "ID");
define("DOWLAN_163", "Name");
?>