1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

* Search form labels moved to language file

* Refined basic/advanced search show/hide - now uses CSS and JavaScript
* Some layout modifications to download list table and advanced search form
This commit is contained in:
bugrain
2009-07-16 23:07:31 +00:00
parent 135f93dac0
commit 1c89ed5663
3 changed files with 147 additions and 81 deletions

View File

@@ -4,8 +4,8 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/languages/English/admin_download.php,v $
| $Revision: 1.4 $
| $Date: 2009-07-15 23:28:46 $
| $Revision: 1.5 $
| $Date: 2009-07-16 23:07:31 $
| $Author: bugrain $
+----------------------------------------------------------------------------+
*/
@@ -196,6 +196,9 @@ define("DOWLAN_191", "Downloads log entries");
define("DOWLAN_192", "Execute selected option");
define("DOWLAN_193", "Select option");
define("DOWLAN_194", "Search");
define("DOWLAN_195", "Mirror type");
define("DOWLAN_196", "list");
define("DOWLAN_197", "random");
define("DOWLAN_HELP_1", "Download Help");
define("DOWLAN_HELP_2", "<p>Create/edit a download.</p><p>Enter only one of: File, URL or Mirror.</p><p>Ensure you select a category, otherwise your download will not be visible on the downloads page.</p>");