I would like to add a paragraph above the 'Upload a file' form, but cannot locate the source for the life of me.
Does any one here know which file manages that code/layout ?
I would like to add a paragraph above the 'Upload a file' form, but cannot locate the source for the life of me.
Does any one here know which file manages that code/layout ?
Posted by Josh Steenmeyer @ Plugins
You must be logged in to post a comment.
Site supported by Curverider Ltd - powered by the awesome Elgg
Comments
Hi, Josh,
Line 110 in /mod/file/lib/edit_folder.php is:
__gettext("Upload files and folders")
/units/files/edit_folder.php is the same, but I believe that it's the file in the mod directory that's being used.
Hope this helps, Jim