mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Chnages to make batch processing common code reusable - moved setting up of drop down list to form handler, made JavaScript unobtrusive
First stab at a datepicker function for form handler - very basic Some tidying up in download plugin
This commit is contained in:
@@ -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.6 $
|
||||
| $Date: 2009-07-18 19:04:04 $
|
||||
| $Revision: 1.7 $
|
||||
| $Date: 2009-08-14 23:22:38 $
|
||||
| $Author: bugrain $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -185,7 +185,7 @@ define("DOWLAN_180", "File size (database/disk)");
|
||||
define("DOWLAN_181", "Not readable");
|
||||
define("DOWLAN_182", "Timestamp");
|
||||
define("DOWLAN_183", "Advanced search");
|
||||
define("DOWLAN_184", "Batch options");
|
||||
define("DOWLAN_184", "");
|
||||
define("DOWLAN_185", "Files referenced multiple times in the database");
|
||||
define("DOWLAN_186", "Files not referenced in the database");
|
||||
define("DOWLAN_187", "Database entries referencing non-existent files");
|
||||
|
Reference in New Issue
Block a user