Changeset 1323
- Timestamp:
- 06/16/12 13:03:54 (1 year ago)
- Location:
- trunk/plugins/MootoolsFileManager
- Files:
-
- 2 modified
-
MootoolsFileManager.FileManager.js (modified) (1 diff)
-
MootoolsFileManager.ImageManager.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/MootoolsFileManager/MootoolsFileManager.FileManager.js
r1322 r1323 93 93 destroy: this.phpcfg.allow_files_delete, 94 94 createFolders: this.phpcfg.allow_files_create_dir, 95 rename: this.phpcfg.allow_files_ rename,96 move_or_copy: this.phpcfg.allow_files_ rename,95 rename: this.phpcfg.allow_files_move, 96 move_or_copy: this.phpcfg.allow_files_move, 97 97 download: this.phpcfg.allow_files_download, 98 98 -
trunk/plugins/MootoolsFileManager/MootoolsFileManager.ImageManager.js
r1321 r1323 73 73 destroy: this.phpcfg.allow_images_delete, 74 74 createFolders: this.phpcfg.allow_images_create_dir, 75 rename: this.phpcfg.allow_images_ rename,76 move_or_copy: this.phpcfg.allow_images_ rename,75 rename: this.phpcfg.allow_images_move, 76 move_or_copy: this.phpcfg.allow_images_move, 77 77 download: this.phpcfg.allow_images_download, 78 78
