1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

Started to integrate upload options

This commit is contained in:
bugrain
2009-11-12 21:46:14 +00:00
parent fbfacfd5c5
commit a3d0679217
4 changed files with 431 additions and 105 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/e_help.php,v $
| $Revision: 1.1 $
| $Date: 2009-07-19 09:31:05 $
| $Author: marj_nl_fr $
| $Revision: 1.2 $
| $Date: 2009-11-12 21:46:13 $
| $Author: bugrain $
+----------------------------------------------------------------------------+
*/
@@ -50,6 +50,18 @@ switch($action) {
$text = DOWLAN_HELP_7;
break;
}
case 'ulist' :{
$text = DOWLAN_HELP_8;
break;
}
case 'utype' :{
$text = DOWLAN_HELP_9;
break;
}
case 'uopt' :{
$text = DOWLAN_HELP_10;
break;
}
default : {
$text = "<p>Please upload your files into the ".e_DOWNLOAD." folder, your images into the ".e_FILE."downloadimages folder and thumbnail images into the ".e_FILE."downloadthumbs folder.</p>
<p>To submit a download, first create a parent, then create a category under that parent, you will then be able to make the download available.</p>";